Closed Bug 1715697 Opened 3 years ago Closed 3 years ago

RTCRtpSender.prototype.createEncodedStreams returns undefined

Categories

(Core :: WebRTC, defect)

Firefox 91
defect

Tracking

()

RESOLVED DUPLICATE of bug 1631263
Webcompat Priority P1
Tracking Status
firefox91 --- affected

People

(Reporter: karlcow, Unassigned)

References

()

Details

This is necessary for facetime to be working on Firefox.
see https://webcompat.com/issues/76550

                  {
                    key: "isOnSupportedWebRTC",
                    get: function () {
                      return (
                        !!RTCRtpSender &&
                        (!!RTCRtpSender.prototype.createEncodedStreams ||
                          (!!window.SFrameTransform &&
                            "transform" in RTCRtpSender.prototype))
                      );
                    },
                  },

I talked briefly w/ Jan-Ivar. This is a dup, and the method name has changed in the spec - he'll fill in more detail.

Flags: needinfo?(jib)

createEncodedStreams was removed from the spec, so our plan is to provide this functionality in bug 1631263 through the (now standard) RTCRtpScriptTransform API.

Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(jib)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.