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