Open
Bug 1825877
Opened 2 years ago
Use webrtc::SetParametersCallback to handle async errors in RTCRtpParameters::SetParameters
Categories
(Core :: WebRTC: Signaling, task)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
References
Details
Bug 1822194 adds webrtc::SetParametersCallback, which can be used to receive callbacks when the new parameters are successfully (or not) set on the media stack. RTCRtpSender.setParameters is supposed to take this into account, and now we have a way to accomplish that.
You need to log in
before you can comment on or make changes to this bug.
Description
•