turnRemoteMic
Less than 1 minute
turnRemoteMic
Description: mute or unmute a participant’s audio capture during a group conference.
The command can be executed only by the owner, operator, or moderator of the current group conference.
Request example:
{
"method" : "turnRemoteMic",
"requestId" : "1",
"peerId" : "user@some.server/InstanceId",
"on" : false
}Response example:
{
"method" : "turnRemoteMic",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique identifier for the user TrueConf ID. It is recommended to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
on— the flag indicating if the device should be muted or unmuted. It can betrueorfalse.requestId- a unique request identifier. You can find more details about it here.
See also: