MediaStreamTrack

@deprecated("all the members of MediaStreamTrack are deprecated", "2.0.0")
Companion:
class
Deprecated
class Object
trait Matchable
class Any

Value members

Deprecated methods

@deprecated("MediaStreamTrack\'s cannot be created manually", "2.0.0") @inline
def apply(enabled: UndefOr[Boolean], id: UndefOr[String], kind: UndefOr[String], label: UndefOr[String], muted: UndefOr[Boolean], readonly: UndefOr[Boolean], readyState: UndefOr[String], remote: UndefOr[Boolean], onstarted: UndefOr[Function0[Any]], onmute: UndefOr[Function0[Any]], onunmute: UndefOr[Function0[Any]], onoverconstrained: UndefOr[Function0[Any]], oneended: UndefOr[Function0[Any]]): MediaStreamTrack
Deprecated