unmuteEvent 常量
静态工厂,用于将 unmute
事件暴露给事件处理器,这些处理器不一定是 MediaStreamTrack 的实例。
有关使用信息,请参阅 EventStreamProvider。
实现
static const EventStreamProvider<Event> unmuteEvent =
const EventStreamProvider<Event>('unmute');
静态工厂,用于将 unmute
事件暴露给事件处理器,这些处理器不一定是 MediaStreamTrack 的实例。
有关使用信息,请参阅 EventStreamProvider。
static const EventStreamProvider<Event> unmuteEvent =
const EventStreamProvider<Event>('unmute');