enableAudioReceiving

TrueConf7/5/26Less than 1 minute

enableAudioReceiving

Description

Enables or disables the reception of audio from a meeting participant

void enableAudioReceiving(string sPeerId, bool bEnable)

Parameters

NameDescription
sPeerIdUnique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: On_newParticipantInConference, getConferenceParticipants
bEnableFlag to enable/disable reception

Response example

{
    "method" : "enabledAudioReceiving",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: