conferenceCreated
conferenceCreated
Description: the notification received when joining a conference.
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"
}Parameter description:
confId— Unique communication session identifiermaxParticipantsOnPodium- the maximum number of participants that can be on the podium simultaneously. This field is only present forvideo selector.maxParticipants- the maximum number of participants in a conference or callisWaitingRoomSwitchingSupported- a flag indicating whether it is possible to enable and disable the waiting room. This field is only present when creating a group conference and connecting to it as an owner or moderator.isWaitingRoomEnabled- a flag indicating whether the waiting room is enabled. This field is present only when creating a group conference and joining it as an owner or moderator.isInWaitingRoom- a flag indicating entry into the waiting room. This field is present only when creating a group conference and connecting to it as a regular participant.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.isSmartMeeting- a flag indicating whether the currentsmart meetingis in the Automatic podium mode by VAD.realTimeConferenceManagmentUrl- link to the real-time meeting management page provided by the video conferencing server. The field may be absentconferenceOwner- this parameter is present only if a moderated role-based conference is in a group conference and indicates the conference ownerconfType— It shows a conference type. It can be as follows:0—Video call1-all on screen2-video lecture3-role-based
See also: