# On_joinToConferenceLinkReceived
Description
The notification with a conference join link
EventHandler<string> On_joinToConferenceLinkReceived
Response example
{
"method": "event",
"event": "joinToConferenceLinkReceived",
"confId": "00020b3a34e3ef2a@some.server#vcs",
"link": "http://some.server/c/001572221305623"
}
Response Parameters
Name | Description |
---|---|
confId | Unique communication session identifier |
link | The link needed for joining a conference |
See also