LivekitClient constructor

LivekitClient({
  1. required RoomClient room,
})

Implementation

LivekitClient({required this.room});