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_voidContext that was passed into EOS_RTC_AddNotifyRoomBeforeJoin
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the user who initiated this request.
RoomName: *const i8The room associated with this event.