# On_conferenceCreated
Description
The notification received when joining a conference
EventHandler<string> On_conferenceCreated
Response example
{
"event": "conferenceCreated",
"confId": "000002c6@some.server#vcs",
"confTitle": "test conf",
"confType": 3,
"isSmartMeeting" : false,
"conferenceOwner": "user1@some.server",
"joinUrl": "http://192.168.0.1:8888/c/095826290566",
"realTimeConferenceManagmentUrl": "http://192.168.0.1:8888/tools/real-time?k=00B1449CFD03D8971B2EFA893386D86F6492EB80&some-other-info",
"peerId": "user1@some.server",
"isWaitingRoomSwitchingSupported": true,
"isWaitingRoomEnabled": true,
"maxParticipants": 450,
"maxParticipantsOnPodium": 4,
"method": "event"
}
Response Parameters
Name | Description |
---|---|
confId | Unique communication session identifier |
maxParticipantsOnPodium | The maximum number of participants that can be on the podium simultaneously. This field is only present for video selector |
maxParticipants | The maximum number of participants in a conference or call |
isWaitingRoomSwitchingSupported | A flag indicating whether the ability to enable or disable the waiting room is available. This field is present only when creating a group conference and joining it as the owner or moderator |
isWaitingRoomEnabled | A flag indicating whether the waiting room feature is enabled. This field is only present when creating a group conference and joining it as the owner or moderator |
isInWaitingRoom | A flag indicating entry into the waiting room. This field is only present when creating a group conference and when a regular participant connects to it |
peerId | Unique outgoing call identifier. It is available only if a call is outgoing |
confTitle | Conference name. This parameter is available only when creating a group conference |
joinUrl | A link for joining a conference. The parameter can be empty |
pinned | A flag indicating that a participant is pinned in the Automatic stage appearance by VAD mode. It is present only in video selector |
realTimeConferenceManagmentUrl | A link to the real-time meeting management page provided by the video conferencing server. The field may be absent |
conferenceOwner | The owner of the conference. This parameter is available only if the TrueConf VideoSDK is in a group conference |
confType | It shows a conference type. It can be as follows: • 0 - Video call • 1 - All on screen • 2 - Video lecture • 3 - Role-based |
See also