pub type EOS_RTC_AddNotifyDisconnectedOptions = _tagEOS_RTC_AddNotifyDisconnectedOptions;Expand description
This struct is used to call EOS_RTC_AddNotifyDisconnected.
Aliased Type§
#[repr(C)]pub struct EOS_RTC_AddNotifyDisconnectedOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub RoomName: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_RTC_ADDNOTIFYDISCONNECTED_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user trying to request this operation.
RoomName: *const i8The room this event is registered on.