JoinCallOptions interface
Options for setting microphone and camera state when joining a call true = turn on the device when joining call false = turn off the device when joining call 'keep'/undefined = retain devices' precall state
Properties
| camera |
camera state when joining call true: turn on false: turn off 'keep': maintain precall state |
| microphone |
microphone state when joining call true: turn on false: turn off 'keep': maintain precall state |
Property Details
cameraOn
camera state when joining call true: turn on false: turn off 'keep': maintain precall state
cameraOn?: boolean | "keep"
Property Value
boolean | "keep"
microphoneOn
microphone state when joining call true: turn on false: turn off 'keep': maintain precall state
microphoneOn?: boolean | "keep"
Property Value
boolean | "keep"