# inviteSent

Description: Notification received after your VideoSDK/Room makes a video call to another user or sends a request to another user to join a group conference created hosted on VideoSDK/Room.

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 identifier

  • peerIdTrueConf 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:

    • 0Video call

    • 1 - all on screen

    • 2 - video lecture

    • 3 - role-based

See also: