# On_inviteRequestSent
Description
The notification received when sending a request for joining the conference created by another user
EventHandler<string> On_inviteRequestSent
Response example
{
"event": "inviteRequestSent",
"peerId": "user@some.server",
"peerDn": "John Doe",
"method": "event"
}
Response Parameters
| Name | Description |
|---|---|
| peerId | TrueConf ID unique identifier of a user who owns a conference |
| peerDn | Display name of a user who owns a conference |
See also