Optional
audioOptions?: { autoAdjustSpeakerVolume?: boolean; connect?: boolean; mute?: boolean }Optional
autoAdjustSpeakerVolume?: booleanSet if it is able to auto-adjust the volume of the speaker when joining the meeting
Optional
connect?: booleanLocal audio connect or not
Optional
mute?: booleanLocal audio mute or not
The amount of time in minutes after which an idle session will end. Default value: 40. If the value is less than 0, the session will stay alive indefinitely. When there is only one user remaining in a session, that session is considered idle.
Session Name. sessionName The string length must be less than 150. Supported character scopes are: Letters, numbers, spaces, and the following characters: "!", "#", "$", "%", "&", "(", ")", "", "", ":", ";", "<", "=", ".", ">", "?", "@", "[", "]", "^", "_", "", "}", "|", "~", ","
Optional
sessionPassword?: stringSession Password
JWT token to join the session.
User Name.
Optional
videoOptions?: { localVideoOn?: boolean }The video option of join session
Optional
localVideoOn?: booleanLocal video on or off
The audio option of join session