# 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" }
Copied!
Parameter description:
confId
— Unique communication session identifierpeerId
— the unique identifier (TrueConf ID) of a user who wants to join the conferencepeerDn
— the display name of a user who wants to join your conference.
See also: