remove RoomEvent from SpeakingChangedEvent, participant-only
This commit is contained in:
+1
-1
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user