# 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
Name | Description |
---|---|
sPeerId | The unique identifier of a user (TrueConf ID) |
Response example
{
"method": "inviteToConference",
"requestId" : "1",
"result": true
}
Response Parameters
Name | Description |
---|---|
peerId | The unique identifier of a user (TrueConf ID) |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also