inviteSent
Less than 1 minute
inviteSent
Description: notification received after a moderated role-based conference TrueConf Room API makes a video call to another user or sends a request to participate in a group conference created in TrueConf Room API.
Example:
{
"event": "inviteSent",
"peerId": "user@some.server",
"peerDn": "John Doe",
"confType": 0,
"confId": "00000351@some.server#vcs",
"method": "event"
}Parameter description:
confId— Unique communication session identifierpeerId- the unique identifier of the user TrueConf ID to whom the invitation is sentpeerDn— Display name of a user to whom an invitation is sentconfType— identifies the type of a conference. The possible values are:0—Video call1-all on screen2-video lecture3-role-based
See also: