WebRTCAdapter
Summary
Class controlling WebRTC adaptations for devices/browsers.
Item Index
Properties
Properties
useNewConstraintSyntax
Syntax
useNewConstraintSyntax
Boolean
Summary
Use the new constraints for getUserMedia. Only for video constraints currently. Useful for devices/browsers that only allow the new syntax, e.g. Galaxy S6/S8. Default is false
Example:
Circuit.WebRTCAdapter.useNewConstraintSyntax = true;