pub type EOS_Lobby_LeaveRTCRoomOptions = _tagEOS_Lobby_LeaveRTCRoomOptions;Expand description
Input parameters for the EOS_Lobby_LeaveRTCRoom function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_LeaveRTCRoomOptions {
pub ApiVersion: i32,
pub LobbyId: *const i8,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_LEAVERTCROOM_API_LATEST.
LobbyId: *const i8The ID of the lobby owning the RTC Room to leave
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user in the lobby