Support for Custom Constraints
NewOur main recording client now supports custom getUserMedia() and getDisplayMedia() constraints through the new pipe-gumconstraints and pipe-gdmconstraints embed code options.
Being able to pass custom constraints has a number of benefits including having access to all audio, video and screen recording constraints (including new or experimental ones) and being able to make audio and video quality changes more easily, directly in the embed code.
Separately, two new JavaScript methods (updateGUMConstraints() and updateGDMConstraints()) allow you to change these constraints once the recorder is initialized.
^ this will be a beta feature for now
More details are available in the blog post.