Features
-
Added support for the new
canReceive
permission, which controls which tracks participants are permitted to receive from one another. Check out the docs forupdateParticipant()
and the participant properties for more information. -
Introduced two new fields to
getNetworkStats()
intended to replacethreshold
andquality
:networkState
: Will hold a value ofgood
,warning
,bad
, orunknown
to match the API oftestCallQuality()
and are based on packet loss, the available outgoing bitrate, and round trip times.networkStateReasons
: An array of strings stating which stats fields triggered thewarning
orbad
state. (If the state isgood
, the reasons will be empty or undefined).
See the docs for
getNetworkStats()
and thenetwork-quality-change
event for more information. -
‡ Added support for setting the
callerId
when usingsipCallTransfer()
to transfer a call to a PSTN number
Bugfixes
- Fixed broken
proxyUrl
support
Other improvements
- Disabled background effects for Windows browsers without hardware graphics acceleration. This is already the behavior on other platforms, but Windows would continue to attempt to apply affects at the cost of video frame rates.
- Updated packages to resolve security vulnerabilities
- ‡ Removed
recordings_bucket
details from the return ofroom()
. This field will now be simply set totrue
if a custom bucket is in use.
‡ These features depend on a server-side release expected to go out 4/2/25