# requestInviteReceived

Description: the notification about a user’s request for joining the group conference created in VideoSDK/Room.

Example:

{
    "event": "requestInviteReceived",
    "peerId": "user2@some.server",
    "peerDn": "user2",
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Parameter description:

  • confId — Unique communication session identifier

  • peerId — the unique identifier (TrueConf ID) of a user who wants to join the conference

  • peerDn — the display name of a user who wants to join your conference.

See also: