This data structure is part of the Lobby Interface.
Remarks
Input parameters for the EOS_Lobby_AddNotifyRTCRoomConnectionChanged function.
Properties
EOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_LOBBY_ADDNOTIFYRTCROOMCONNECTIONCHANGED_API_LATEST. |
EOS_LobbyId LobbyId_DEPRECATED | The 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. |
EOS_ProductUserId LocalUserId_DEPRECATED | The 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. |