Dynacast (#62)
* signal * engine * dynacast option * implement * update for non simulcast * use low when rid is null * firefox comment
This commit is contained in:
@@ -196,6 +196,17 @@ class SignalStreamStateUpdatedEvent
|
||||
});
|
||||
}
|
||||
|
||||
@internal
|
||||
class SignalSubscribedQualityUpdatedEvent
|
||||
with SignalEvent, EngineEvent, InternalEvent {
|
||||
final String trackSid;
|
||||
final List<lk_rtc.SubscribedQuality> updates;
|
||||
const SignalSubscribedQualityUpdatedEvent({
|
||||
required this.trackSid,
|
||||
required this.updates,
|
||||
});
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
// Engine events
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user