On_incomingGroupChatMessage

TrueConf7/5/26Less than 1 minute

On_incomingGroupChatMessage

Description

Notification after a message has been received in a group conference

EventHandler<string> On_incomingGroupChatMessage

Response example

{
    "method": "event",
    "event": "incomingGroupChatMessage",
    "peerId": "user@some.server",
    "chatId": "b1fc9f0f8eb7dfd8cc86d60699cb051f4ae7d776",
    "message": "aaa",
    "time": 1661428941,
    "confId": "0000000bfe4693bf@ub25n.trueconf.name#vcs"
}

Response Parameters

NameDescription
messageMessage text
confIdThe unique identifier of the communication session (conference)
peerIdTrueConf ID, unique user identifier
chatIdChat identifier
timeThe time when the message was received

See also

Last Updated: