Features
- Adds
null
as a possible value foraudioDeviceId
andvideoDeviceId
insetInputDevicesAsync()
, which will result in keeping the current media track for that device. For example, passing in{audioDeviceId: “device_id”, videoDeviceId: null}
will get a new audio track but keep your current video track, allowing you to avoid a camera “blip”. - Adds a new
recordings_bucket
room and/or domain property to allow cloud recordings to be stored in a custom AWS S3 bucket. This allows HIPAA-enabled domains to use our cloud recording functionality. - Adds a
setOutputDeviceAsync()
method.setOutputDevice()
is now deprecated. This brings both device management functionssetInputDevicesAsync()
andsetOutputDeviceAsync()
to functional parity.