applyConstraints method

Future<void> applyConstraints([
  1. Map<String, dynamic>? constraints
])

Applies a set of constraints to the track.

These constraints let the Web site or app establish ideal values and acceptable ranges of values for the constrainable properties of the track, such as frame rate, dimensions, echo cancelation, and so forth.

Implementation

Future<void> applyConstraints([Map<String, dynamic>? constraints]) {
  throw UnimplementedError();
}