Skip to main content

EOS_Lobby_JoinRTCRoomOptions

Type Alias EOS_Lobby_JoinRTCRoomOptions 

Source
pub type EOS_Lobby_JoinRTCRoomOptions = _tagEOS_Lobby_JoinRTCRoomOptions;
Expand description

Input parameters for the EOS_Lobby_JoinRTCRoom function.

Aliased Type§

#[repr(C)]
pub struct EOS_Lobby_JoinRTCRoomOptions { pub ApiVersion: i32, pub LobbyId: *const i8, pub LocalUserId: *mut EOS_ProductUserIdDetails, pub LocalRTCOptions: *const _tagEOS_Lobby_LocalRTCOptions, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_LOBBY_JOINRTCROOM_API_LATEST.

§LobbyId: *const i8

The ID of the lobby to join the RTC Room of

§LocalUserId: *mut EOS_ProductUserIdDetails

The Product User ID of the local user in the lobby

§LocalRTCOptions: *const _tagEOS_Lobby_LocalRTCOptions

Allows the local application to set local audio options for the RTC Room if it is enabled. Only updates audio options when explicitly set; does not provide defaults.