setModeratorRole

TrueConf7/5/26Less than 1 minute

setModeratorRole

Description

Management of granting moderator rights to any of the participants in the current group conference

void setModeratorRole(string sPeerId, bool bModerator)

Parameters

NameDescription
sPeerIdTrueConf ID unique user identifier
bModeratorFlag showing whether a conference participant will be a moderator. It can be as follows:
• true - The user will receive moderator rights
• false - The user will not receive moderator rights

Response example

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

Response Parameters

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

See also

Last Updated: