# 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
- unique identifier of 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.
enable
— Flag to enable/disable reception.requestId
- unique request identifier. More details can be found here
See also: