# 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 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 invideo selectorrealTimeConferenceManagmentUrl- link to the real-time meeting management page provided by the video conferencing server. The field may be absentconferenceOwner— The owner of the conference. This parameter is available only if the TrueConf Room is in a group conferenceconfType— It shows a conference type. It can be as follows:0—Video call1-all on screen2-video lecture3-role-based
See also: