EOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions

EOS API reference page for EOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions

1분 소요

This data structure is part of the Lobby Interface.

Remarks

Input parameters for the EOS_Lobby_AddNotifyRTCRoomConnectionChanged function.

Properties

EOS_Lobby_AddNotifyRTCRoomConnectionChangedOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_LOBBY_ADDNOTIFYRTCROOMCONNECTIONCHANGED_API_LATEST.
EOS_LobbyId LobbyId_DEPRECATEDThe 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_DEPRECATEDThe 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.