# kickFromPodium
Description: remove a user from the podium.
The command is used in a role-based conference when a person, who is using VideoSDK/Room is the owner
, moderator
or operator
of the conference.
Request example:
{
"method" : "kickFromPodium",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "kickFromPodium",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
- unique user identifier (TrueConf ID). It is recommended to use those obtained from the following methods: newParticipantInConference, roleEventOccured, getConferenceParticipants. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: