googScreencastMinBitrate (not possible to get anything other than the default 100 kbps anymore).
googSuspendBelowMinBitrate (not possible to turn on amymore).
googCpuOveruseDetection (not possible to turn off anymore).
Legacy callback-based version of createOffer/createAnswer no longer has legacy mediaConstraints parsing (use promise based versions instead and RTCOfferOptions/RTCAnswerOptions, the feature set is identical).
The ONLY deprecated mediaConstraints paths that have not yet been removed are:
"googIPv6: false" in RTCPeerConnection's constructor.
getUserMedia()'s use of mediaConstraints.
A timeline for the removal of the remaining mediaConstraints have not yet been decided, we'll follow up in separate PSAs in the future.
Henrik Boström
unread,
May 18, 2022, 6:57:23 AM5/18/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to discuss-webrtc
Update:
"googIPv6: false" is targeted to be removed in M108.