remove RoomEvent from SpeakingChangedEvent, participant-only

This commit is contained in:
David Zhao
2021-09-30 00:29:51 -07:00
parent 9dd4af5e6c
commit ec17907cdc
+1 -1
View File
@@ -198,7 +198,7 @@ class DataReceivedEvent with RoomEvent, ParticipantEvent {
/// The participant's isSpeaking property has changed
/// Emitted on [Participant].
class SpeakingChangedEvent with RoomEvent, ParticipantEvent {
class SpeakingChangedEvent with ParticipantEvent {
final Participant participant;
final bool speaking;
const SpeakingChangedEvent({