pub type EOS_Lobby_GetRTCRoomNameOptions = _tagEOS_Lobby_GetRTCRoomNameOptions;Expand description
Input parameters for the EOS_Lobby_GetRTCRoomName function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_GetRTCRoomNameOptions {
pub ApiVersion: i32,
pub LobbyId: *const u8,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_GETRTCROOMNAME_API_LATEST.
LobbyId: *const u8The ID of the lobby to get the RTC Room name for
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user in the lobby