EOS_RTCAdmin_Kick

EOS API reference page for EOS_RTCAdmin_Kick

Under 1 min to read

Remarks

Starts an asynchronous task that removes a participant from a room and revokes their token.

Parameters

EOS_RTCAdmin_Kick

Parameter Type And NameUsage Information
EOS_HRTCAdmin Handle
const EOS_RTCAdmin_KickOptions* Optionsstructure containing the room and user to revoke the token from.
void* ClientDataarbitrary data that is passed back to you in the CompletionDelegate
const EOS_RTCAdmin_OnKickCompleteCallback CompletionDelegatea callback that is fired when the async operation completes, either successfully or in error