# expandCallToMulti
Description
Transform the current video call
into a group conference
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 paticipants
void expandCallToMulti(string sTitle, string[] InviteList)
Parameters
Name | Description |
---|---|
sTitle | The name of the created group conference |
InviteList | A list of unique user identifiers (TrueConf ID) to be invited to a group conference (the current interlocutor will be added here automatically, i.e., there is no need to include them in this list) |
Response example
{
"method" : "expandCallToMulti",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also