getListOfChats

TrueConf7/5/26About 1 min

getListOfChats

Description

Get the chat list

void getListOfChats()

Response example

{
    "method": "getListOfChats",
    "requestId" : "1",
    "list": [
        {
            "chatId": "b1fc9f0f8eb7dfd8cc86d60699cb051f4ae7d776",
            "title": "Conference",
            "group": true
        },
        {
            "chatId": "b3b6e79f00677a63b545791fafca80d1119e56c3",
            "callId": "user@some.server",
            "group": false
        }
    ],
    "result": true
}

Response Parameters

NameDescription
chatIdChat identifier
callIdThe identifier of the user you chatted with
titleThe chat name. The field is available only for group chat
groupFlag showing the type of chat (group or not)
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: