Reconnecting

class Reconnecting(val room: Room) : 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

Constructors

Link copied to clipboard
constructor(room: Room)

Properties

Link copied to clipboard
val room: Room