# 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" }
Copied!
Parameter description:
confId
— Unique communication session identifierpeerId
— TrueConf ID unique identifier of a user to whom an invitation is sentpeerDn
— Display name of a user to whom an invitation is sentconfType
— 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: