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: i32API Version: Set this to EOS_LOBBY_JOINRTCROOM_API_LATEST.
LobbyId: *const i8The ID of the lobby to join the RTC Room of
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user in the lobby
LocalRTCOptions: *const _tagEOS_Lobby_LocalRTCOptionsAllows 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.