# On_inviteSent

Description

Notification received after your TrueConf VideoSDK makes a video call to another user or sends a request to another user to join a group conference created hosted on TrueConf VideoSDK

EventHandler<string> On_inviteSent

Response example

{
    "event": "inviteSent",
    "peerId": "user@some.server",
    "peerDn": "John Doe",
    "confType": 0,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Response Parameters

Name Description
confId Unique communication session identifier
peerId TrueConf ID unique identifier of a user to whom an invitation is sent
peerDn Display name of a user to whom an invitation is sent
confType Identifies the type of a conference. The possible values are:
• 0 - Video call
• 1 - All on screen
• 2 - Video lecture
• 3 - Role-based

See also

Last Updated: 09/12/2025