JoinOptions
The JoinOptions model defines how the application expects to join the conference in terms of media preference. For more information related to JoinOptions, see MediaStreamConstraints.
Properties
Optional
constraints
• constraints? : any
Sets the conference WebRTC constraints. By default, only audio is enabled: {audio: true, video: false}
.
Optional
mixing
• mixing? : MixingOptions
Joins a conference as Mixer
type.
Optional
preferRecvMono
• preferRecvMono? : Boolean
Indicates the preference for receiving audio, either stereo or mono.
Optional
preferSendMono
• preferSendMono? : Boolean
Indicates the preference for audio transmission, either stereo or mono.
Optional
simulcast
• simulcast? : Boolean
Activates the sending side of the simulcast.