Skip to main content

EOS_RTC_RoomBeforeJoinCallbackInfo

Type Alias EOS_RTC_RoomBeforeJoinCallbackInfo 

Source
pub type EOS_RTC_RoomBeforeJoinCallbackInfo = _tagEOS_RTC_RoomBeforeJoinCallbackInfo;
Expand description

This struct is passed in with a call to EOS_RTC_AddNotifyRoomBeforeJoin registered event.

Aliased Type§

#[repr(C)]
pub struct EOS_RTC_RoomBeforeJoinCallbackInfo { pub ClientData: *mut c_void, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub RoomName: *const i8, }

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_RTC_AddNotifyRoomBeforeJoin

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the user who initiated this request.

§RoomName: *const i8

The room associated with this event.