getLastSelectedConference

TrueConfAbout 2 min

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 find more details about it here.

  • confTitle — Conference name

  • confType - conference type.

    Values:

    • symmetric — All on screen

    • asymmetric — Video lecture

    • role - Role-based

  • autoAccept — Flag allowing participants to automatically join conference

  • useWaitingRoom - a flag that enables the waiting room when the conference starts. This is an optional parameter. If not present, the default value will be false.

  • 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 value false 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 of false will be used.

  • smartMeeting is a flag that activates the smart meeting mode with Automatic Stage Presence by VAD and should only be included if a video selector is being launched. This parameter is optional, and if not provided, it defaults to false.

  • castersCount - the number of participants in a moderated role-based conference who can simultaneously be on the podium (can be obtained from the getTariffRestrictions command or the tariffRestrictionsChanged notification)

See also: