Available Layouts
Set Initial Layout
Configure the layout when joining a session usingSessionSettingsBuilder:
- Swift
- Objective-C
Change Layout During Call
Switch layouts dynamically during an active call usingsetLayout():
- Swift
- Objective-C
Each participant can choose their own layout independently. Changing your layout does not affect other participants.
Listen for Layout Changes
Monitor layout changes usingLayoutListener:
- Swift
- Objective-C
Hide Layout Toggle Button
To prevent users from changing the layout, hide the layout toggle button in the call UI:- Swift
- Objective-C