newActiveSpeaker method

RoomState newActiveSpeaker({
  1. String? activeSpeakerId,
})

Implementation

RoomState newActiveSpeaker({
  String? activeSpeakerId,
}) {
  return RoomState(url: url, state: state, activeSpeakerId: activeSpeakerId);
}