kickFromPodium
About 1 min
kickFromPodium
Description: remove a user from the podium.
The command is used in the moderated role-based conference when the controlled TrueConf Room API is its owner, moderator, or operator. It becomes unavailable when the Automatically Take the Podium by VAD mode is enabled.
Request example:
{
"method" : "kickFromPodium",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}Response example:
{
"method" : "kickFromPodium",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: newParticipantInConference, roleEventOccured, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId- a unique request identifier. You can find more details about it here.
See also: