expandCallToMulti
expandCallToMulti
Description: transform the current video call into a group conference. v4.1.0+
This command is used to transform the current video call into a group conference with all its features. This command can be used only in a video call. The type of the new conference will be all on screen. The person, a user is talking to, will be added to the list of invited participants.
Request example:
{
"method": "expandCallToMulti",
"requestId" : "1",
"title": "Report",
"inviteList": ["user1@some.server", "user2@some.server", "user3@some.server"]
}Response example:
{
"method": "expandCallToMulti",
"requestId" : "1",
"result": true
}Parameter description:
title— the name of the created group conferenceinviteList- a list of unique user identifiers (TrueConf ID) to be invited to the group conference (the current interlocutor will be added automatically, so there is no need to include them in this list). 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: