inviteToConference

TrueConf7/5/26Less than 1 minute

inviteToConference

Description

Invite the specified user to the conference. The command can only be executed by a user with moderator rights, including the owner (creator of the conference) and operator

void inviteToConference(string sPeerId)

Parameters

NameDescription
sPeerIdThe unique identifier of a user (TrueConf ID)

Response example

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

Response Parameters

NameDescription
peerIdThe unique identifier of a user (TrueConf ID)
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: