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: i32API Version: Set this to EOS_RTC_ADDNOTIFYROOMBEFOREJOIN_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user trying to request this operation.