RoomState constructor

const RoomState({
  1. String? activeSpeakerId,
  2. String? state,
  3. required String url,
})

Implementation

const RoomState({this.activeSpeakerId, this.state, required this.url});