Skip to main content

EOS_RTC_AddNotifyDisconnectedOptions

Type Alias EOS_RTC_AddNotifyDisconnectedOptions 

Source
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: i32

API Version: Set this to EOS_RTC_ADDNOTIFYDISCONNECTED_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user trying to request this operation.

§RoomName: *const i8

The room this event is registered on.