# inviteToPodium
Description
Invite a user to the podium
The command is used in the video selector when a moderated TrueConf VideoSDK is its owner, moderator, or operator. It becomes unavailable when the Automatic podium access by VAD mode is enabled
void inviteToPodium(string sPeerId)
Parameters
| Name | Description |
|---|---|
| sPeerId | Unique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: On_newParticipantInConference, getConferenceParticipants |
Response example
{
"method" : "inviteToPodium",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also