expandCallToMulti

TrueConf7/5/26About 1 min

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

NameDescription
sTitleThe name of the created group conference
InviteListA 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: