readonly property

Returns true if the track source (audio or video) is a local device, but is shared so that this track cannot modify the source's settings. Otherwise, readonly returns false

This property is read-only.

Syntax

JavaScript
ptr = object.readonly

 

Property values

Type: boolean

See also

MediaStreamTrack

 

 

Show: