AudioOptions interface
Audio options provided when making an outgoing call or joining a group call.
Properties
local |
Audio stream to be used as the call audio |
muted | Whether to start the call muted or unmuted. |
Property Details
localAudioStreams
Audio stream to be used as the call audio
localAudioStreams?: LocalAudioStream[]
Property Value
muted
Whether to start the call muted or unmuted.
muted?: boolean
Property Value
boolean