Skip to main content

EOS_Lobby_RemoveNotifyRTCRoomConnectionChanged

Function EOS_Lobby_RemoveNotifyRTCRoomConnectionChanged 

Source
pub unsafe extern "C" fn EOS_Lobby_RemoveNotifyRTCRoomConnectionChanged(
    Handle: EOS_HLobby,
    InId: EOS_NotificationId,
)
Expand description

Unregister from receiving notifications when an RTC Room’s connection status changes.

This should be called when the local user is leaving a lobby.

@param InId Handle representing the registered callback

@see EOS_Lobby_AddNotifyRTCRoomConnectionChanged