# On_inviteReceived
Description
The notification about an incoming video call (call) or about an invitation to a group conference (createConference, inviteToConference)
EventHandler<string> On_inviteReceived
Response example
{
"event": "inviteReceived",
"peerId": "user@some.server",
"peerDn": "John Doe",
"type": 3,
"confTitle": "Code Review",
"confId": "00000351@some.server#vcs",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
confId | Unique communication session identifier |
peerId | TrueConf ID unique identifier of a user who sent you an invitation |
peerDn | Display name of a user who sent an invitation |
type | Conference type that can be as follows: • 0 - Video call • 1 - All on screen • 2 - Video lecture • 3 - Role-based |
confTitle | Group conference name. It is available only if this is an invitation to join a group conference |
See also