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
|
/// The participant's isSpeaking property has changed
|
||||||
/// Emitted on [Participant].
|
/// Emitted on [Participant].
|
||||||
class SpeakingChangedEvent with RoomEvent, ParticipantEvent {
|
class SpeakingChangedEvent with ParticipantEvent {
|
||||||
final Participant participant;
|
final Participant participant;
|
||||||
final bool speaking;
|
final bool speaking;
|
||||||
const SpeakingChangedEvent({
|
const SpeakingChangedEvent({
|
||||||
|
|||||||
Reference in New Issue
Block a user