This data structure is part of the RTC Interface.
This struct is passed in with a call to EOS_RTC_OnBlockParticipantCallback.
Properties
EOS_RTC_BlockParticipantCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
This returns:
EOS_Success if the channel was successfully blocked.
EOS_UnexpectedError otherwise.
|
void* ClientData
|
Client-specified data passed into EOS_RTC_BlockParticipant.
|
EOS_ProductUserId LocalUserId
|
The Product User ID of the user who initiated this request.
|
const char* RoomName
|
The room the users should be blocked on.
|
EOS_ProductUserId ParticipantId
|
The Product User ID of the participant being blocked
|
EOS_Bool bBlocked
|
The block state that should have been set
|
This data structure is part of the RTC Interface.
This struct is passed in with a call to {OnBlockParticipantCallback}.
Properties
RTC.BlockParticipantCallbackInfo
Property
|
Value
|
Result ResultCode
|
This returns:
EOS_Success if the channel was successfully blocked.
EOS_UnexpectedError otherwise.
|
object ClientData
|
Client-specified data passed into EOS_RTC_BlockParticipant.
|
ProductUserId LocalUserId
|
The Product User ID of the user who initiated this request.
|
string RoomName
|
The room the users should be blocked on.
|
ProductUserId ParticipantId
|
The Product User ID of the participant being blocked
|
bool Blocked
|
The block state that should have been set
|
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