addToGroup

TrueConfLess than 1 minute

addToGroup

Description: add a user to a group in the address book.

Request example:

{
    "method" : "addToGroup",
    "requestId" : "1",
    "groupId" : 268435454,
    "peerId" : "user1@some.server"
}

Response example:

{
    "method" : "addToGroup",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • peerId - a unique user identifier (TrueConf ID). Applicability:

    • PeerId is supported. Within the application, it is automatically converted to CallId and added accordingly.

    • CallId - supported. The specified identifier will be added to the group.

    • InstanceId is supported. Within the application, it is automatically converted to CallId and added accordingly.

  • groupId — Group identifier

  • requestId - a unique request identifier. You can find more details about it here.

See also: