inviteToConference
inviteToConference
Description: Invite the specified user to the conference. This command can only be executed by a user with moderator rights, including the owner (creator of the conference) and the operator.
For more information on participant roles in a conference, please refer to the relevant article in our knowledge base.
Request example:
{
"method": "inviteToConference",
"requestId" : "1",
"peerId": "user1@some.server"
}Response example:
{
"method": "inviteToConference",
"requestId" : "1",
"result": true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). Applicability of identifiers:PeerId is supported. Within the application, it is automatically converted to CallId, and the command is executed with it. In this case, the invitation will be received by the user on all devices.
CallId - supported. The user will receive the invitation on all devices.
InstanceId - supported. The invitation will be received by the user on a specific application instance.
requestId- a unique request identifier. You can find more details about it here.
See also: