Remarks
Starts an asynchronous task that removes a participant from a room and revokes their token.
Parameters
EOS_RTCAdmin_Kick
Parameter Type And Name | Usage Information |
---|---|
EOS_HRTCAdmin Handle | |
const EOS_RTCAdmin_KickOptions* Options | structure containing the room and user to revoke the token from. |
void* ClientData | arbitrary data that is passed back to you in the CompletionDelegate |
const EOS_RTCAdmin_OnKickCompleteCallback CompletionDelegate | a callback that is fired when the async operation completes, either successfully or in error |