Skip to main content

EOS_RTC_AddNotifyRoomBeforeJoinOptions

Type Alias EOS_RTC_AddNotifyRoomBeforeJoinOptions 

Source
pub type EOS_RTC_AddNotifyRoomBeforeJoinOptions = _tagEOS_RTC_AddNotifyRoomBeforeJoinOptions;
Expand description

Input parameters for the EOS_RTC_AddNotifyRoomBeforeJoin function.

Aliased Type§

#[repr(C)]
pub struct EOS_RTC_AddNotifyRoomBeforeJoinOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_ProductUserIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_RTC_ADDNOTIFYROOMBEFOREJOIN_API_LATEST.

§LocalUserId: *mut EOS_ProductUserIdDetails

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