Choose your implementation method:
This data structure is part of the RTC Interface.
This struct is passed in with a call to EOS_RTC_AddNotifyDisconnected registered event.
Properties
EOS_RTC_DisconnectedCallbackInfo
Property
|
Value
|
EOS_EResult ResultCode
|
This returns:
EOS_Success The room was left cleanly.
EOS_NoConnection: There was a network issue connecting to the server (retryable).
EOS_RTC_UserKicked: The user has been kicked by the server (retryable).
EOS_ServiceFailure: A known error occurred during interaction with the server (retryable).
EOS_UnexpectedError Unexpected error (retryable).
|
void* ClientData
|
Client-specified data passed into EOS_RTC_AddNotifyDisconnected.
|
EOS_ProductUserId LocalUserId
|
The Product User ID of the user who initiated this request.
|
const char* RoomName
|
The room associated with this event.
|
This data structure is part of the RTC Interface.
This struct is passed in with a call to {RTCInterface.AddNotifyDisconnected} registered event.
Properties
RTC.DisconnectedCallbackInfo
Property
|
Value
|
Result ResultCode
|
This returns:
EOS_Success The room was left cleanly.
EOS_NoConnection: There was a network issue connecting to the server (retryable).
EOS_RTC_UserKicked: The user has been kicked by the server (retryable).
EOS_ServiceFailure: A known error occurred during interaction with the server (retryable).
EOS_UnexpectedError Unexpected error (retryable).
|
object ClientData
|
Client-specified data passed into EOS_RTC_AddNotifyDisconnected.
|
ProductUserId LocalUserId
|
The Product User ID of the user who initiated this request.
|
string RoomName
|
The room associated with this event.
|
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