On_inviteRequestSent
7/5/26Less than 1 minute
On_inviteRequestSent
Description
The notification received when sending a request for joining the conference created by another user
EventHandler<string> On_inviteRequestSentResponse 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