# changeConferenceMode
Version: 4.3.0+
Description: enable or disable the Automatic stage entry via VAD mode.
This command is used only in a role-based conference
.
Request example:
{
"method" : "changeConferenceMode",
"isSmartMeeting" : true,
"requestId" : "1"
}
Response example:
{
"method" : "changeConferenceMode",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId
- unique request identifier. You can find more details about it here.isSmartMeeting
- a flag indicating the need to enable the Automatic presentation on podium by VAD mode.
See also: