enableAudioReceiving
Less than 1 minute
enableAudioReceiving
Description: enables or disables the reception of audio from a meeting participant.
Request example:
{
"method" : "enableAudioReceiving",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart",
"enable" : false
}Response example:
{
"method" : "enableAudioReceiving",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
enable— Flag to enable/disable reception.requestId- a unique request identifier. You can find more details about it here.
See also: