inviteReceived
Less than 1 minute
inviteReceived
Description: notification of an incoming video call (call) or an invitation to a group conference (createConference, inviteToConference).
Example:
{
"event": "inviteReceived",
"peerId": "user@some.server",
"peerDn": "John Doe",
"type": 3,
"confTitle": "Code Review",
"confId": "00000351@some.server#vcs",
"method": "event"
}Parameter description:
confId— Unique communication session identifierpeerId- the unique identifier of the user TrueConf ID who sent the invitationpeerDn— Display name of a user who sent an invitationtype— Conference type that can be as follows:0—Video call1-all on screen2-video lecture3-role-based
confTitle— Group conference name. It is available only if this is an invitation to join agroup conference
See also: