inviteToPodium
About 1 min
inviteToPodium
Description: invite a user to 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" : "inviteToPodium",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}Response example:
{
"method" : "inviteToPodium",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: newParticipantInConference, 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:
- changeConferenceMode
- pinUser
- acceptInvitationToPodium
- acceptRequestToPodium
- gotoPodium
- kickFromPodium
- leavePodium
- rejectInvitationToPodium
- rejectRequestToPodium
- getConferenceParticipants
- incomingPodiumInvitationRemoved
- incomingRequestToPodiumAnswered
- newParticipantInConference
- smartMeetingModeChanged
- userPinEventOccurred