How can I activate or deactivate my own microphone in a conference? we used this:
client.muteDevice(call.callId, null, {mic: true, speaker: true})
but give error
How can I activate or deactivate my own microphone in a conference? we used this:
client.muteDevice(call.callId, null, {mic: true, speaker: true})
but give error
The API mute should work to mute your default mic. muteDevice is to mute another of your devices, e.g. if you are logged on with your Circuit webclient on another PC and that client is on the active call.
Example:
Complete example with a call is shown at https://output.jsbin.com/posoko