Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get inputVideoConstraints(): MediaTrackConstraints | undefined2set inputVideoConstraints(value): void
Default video input track constraints.
Constraints applied when acquiring video input. Pass undefined to clear. See MediaTrackConstraints.
undefined
MediaTrackConstraints
1console.log(client.preferences.inputVideoConstraints);