# 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
- the unique identifier of a 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 betrue
orfalse
.requestId
- a unique request identifier. You can learn more about it here.
See also: