Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1setPosition(value): Promise<void>
Sets the participant’s position in the video layout.
The VideoPosition to assign (e.g. 'auto', 'reserved-0').
VideoPosition
'auto'
'reserved-0'
Promise<void>
Participant.setPosition
Participant
setPosition
1await selfParticipant.setPosition(value);