# inviteSent
Description: Notification received after your TrueConf Room makes a video call to another user or sends a request to another user to join a group conference created hosted on TrueConf 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 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 call1-all on screen2-video lecture3-role-based
See also: