pub type EOS_RTC_LeaveRoomOptions = _tagEOS_RTC_LeaveRoomOptions;Expand description
This struct is used to call EOS_RTC_LeaveRoom.
Aliased Type§
#[repr(C)]pub struct EOS_RTC_LeaveRoomOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub RoomName: *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_RTC_LEAVEROOM_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsProduct User ID of the user requesting to leave the room
RoomName: *const u8The room to leave.