onUnmute 属性

Stream<Event> onUnmute

由该 MediaStreamTrack 处理的 unmute 事件流。

实现

Stream<Event> get onUnmute => unmuteEvent.forTarget(this);