@@ -66,13 +66,16 @@ class TrackVisibilityUpdatedEvent with TrackEvent, InternalEvent {
|
||||
});
|
||||
}
|
||||
|
||||
// Used to notify muted state from Track to TrackPublication.
|
||||
@internal
|
||||
class TrackMuteUpdatedEvent with TrackEvent, InternalEvent {
|
||||
class InternalTrackMuteUpdatedEvent with TrackEvent, InternalEvent {
|
||||
final Track track;
|
||||
final bool muted;
|
||||
const TrackMuteUpdatedEvent({
|
||||
final bool shouldSendSignal;
|
||||
const InternalTrackMuteUpdatedEvent({
|
||||
required this.track,
|
||||
required this.muted,
|
||||
required this.shouldSendSignal,
|
||||
});
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user