# inviteToPodium

Description: invite a user to 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" : "inviteToPodium",
    "requestId" : "1",
    "peerId" : "user@some.server/InstancePart"
}

Response example:

{
    "method" : "inviteToPodium",
    "requestId" : "1",
    "result" : true
}

Parameter description:

See also: