# getLastSelectedConference
Description: Get detailed information about the most recently created group conference.
The parameters in the command response are only available after the user has authenticated.
Request example:
{
"method" : "getLastSelectedConference",
"requestId" : "1"
}
Response example:
{
"method": "getLastSelectedConference",
"requestId": "1",
"confTitle": "Code review",
"confType": "role",
"autoAccept": false,
"useWaitingRoom": true,
"muteCamOnJoin": true,
"muteMicOnJoin": true,
"smartMeeting": true,
"castersCount": 7,
"result": true
}
Parameter description:
requestId
- a unique request identifier. You can learn more about it here.confTitle
— Conference nameconfType
- conference type.Values:
symmetric
— All on screenasymmetric
— Video lecturerole
- Role-based
autoAccept
— Flag allowing participants to automatically join conferenceuseWaitingRoom
- a flag that enables the waiting room upon conference start. Optional parameter. If not present, the default value offalse
will be used.muteCamOnJoin
- a flag that sets the automatic muting of the video capture device for a participant who has just joined a group conference. This is an optional parameter. If not specified, the default valuefalse
will be used.muteMicOnJoin
- a flag that sets the microphone to mute automatically for a participant of a group conference who has just joined. This is an optional parameter. If not specified, the default value offalse
will be used.smartMeeting
- a flag that initiates a smart meeting in the Automatic Podium Assignment by VAD mode and should only be included if a smart meeting is being initiated. This parameter is optional and defaults to false if not specified.castersCount
- the number of participants in thevideo layout
that can be on the podium simultaneously (can be obtained from the getTariffRestrictions command or the tariffRestrictionsChanged notification)
See also: