VTJoinOptionsConstraints
The VTJoinOptionsConstraints model sets the conference WebRTC constraints.The model allows enabling and disabling the audio and video constraints
Accessors
audio
▸ audio: Bool
Enables and disables the audio constraints.
Returns: Bool
video
▸ video: Bool
Enables and disables the video constraints.
Returns: Bool
Updated almost 2 years ago