This data structure is part of the RTC Interface.
Remarks
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. |