Choose your implementation method:
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
|
Starts an asynchronous task that removes a participant from a room and revokes their token.
Parameters
RTCAdmin.RTCAdminInterface.Kick
Parameter Type And Name
|
Usage Information
|
KickOptions options
|
structure containing the room and user to revoke the token from.
|
object clientData
|
arbitrary data that is passed back to you in the CompletionDelegate
|
OnKickCompleteCallback completionDelegate
|
a callback that is fired when the async operation completes, either successfully or in error
|
Was this document useful?
Thank you for the response!
You’ve marked this document as useful:
yes
You’ve marked this document as not useful:
no