JoinCallOptions interface

Options for joining a group call. Pass video stream that will be used to start a call. Remote participants in the call will receive your video stream so that they can render it in their UIs. Pass audio options weather to join the call muted or unmuted. If videoOptions is undefined, then call will be started with local video off.

Properties

audioOptions
videoOptions

Property Details

audioOptions

audioOptions?: AudioOptions

Property Value

videoOptions

videoOptions?: VideoOptions

Property Value