getSupportedConstraints method

MediaTrackSupportedConstraints getSupportedConstraints()

Returns MediaTrackSupportedConstraints recognized by a User Agent for controlling the Capabilities of a MediaStreamTrack object.

Implementation

MediaTrackSupportedConstraints getSupportedConstraints() {
  throw UnimplementedError();
}