Package 

Class RoomEvent.Reconnecting


  • 
    public final class RoomEvent.Reconnecting
    extends RoomEvent
                        

    A network change has been detected and LiveKit attempts to reconnect to the room When reconnect attempts succeed, the room state will be kept, including tracks that are subscribed/published

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Room room
    • Method Summary

      Modifier and Type Method Description
      final Room getRoom()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RoomEvent.Reconnecting

        RoomEvent.Reconnecting(Room room)