#[repr(C)]pub struct _tagEOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions {
pub ApiVersion: i32,
pub LobbyId_DEPRECATED: EOS_LobbyId,
pub LocalUserId_DEPRECATED: EOS_ProductUserId,
}Expand description
Input parameters for the EOS_Lobby_AddNotifyRTCRoomConnectionChanged function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_ADDNOTIFYRTCROOMCONNECTIONCHANGED_API_LATEST.
LobbyId_DEPRECATED: EOS_LobbyIdThe ID of the lobby to receive RTC Room connection change notifications for This is deprecated and no longer needed. The notification is raised for any LobbyId or LocalUserId. If any filtering is required, the callback struct (EOS_Lobby_RTCRoomConnectionChangedCallbackInfo) has both a LobbyId and LocalUserId field.
LocalUserId_DEPRECATED: EOS_ProductUserIdThe Product User ID of the local user in the lobby This is deprecated and no longer needed. The notification is raised for any LobbyId or LocalUserId. If any filtering is required, the callback struct (EOS_Lobby_RTCRoomConnectionChangedCallbackInfo) has both a LobbyId and LocalUserId field.
Trait Implementations§
Source§impl Clone for _tagEOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions
impl Clone for _tagEOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions
Source§fn clone(&self) -> _tagEOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions
fn clone(&self) -> _tagEOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more