From 8e427ed9f31bda2b922f8975f8390af6a3d98829 Mon Sep 17 00:00:00 2001 From: Hamish Willee Date: Tue, 12 Sep 2023 12:27:20 +1000 Subject: [PATCH] Update files/en-us/mozilla/firefox/releases/118/index.md --- files/en-us/mozilla/firefox/releases/118/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/mozilla/firefox/releases/118/index.md b/files/en-us/mozilla/firefox/releases/118/index.md index c9cd96eff398079..195aec7f0732cff 100644 --- a/files/en-us/mozilla/firefox/releases/118/index.md +++ b/files/en-us/mozilla/firefox/releases/118/index.md @@ -41,7 +41,7 @@ This article provides information about the changes in Firefox 118 that affect d ### APIs - The {{domxref("RTCRtpTransceiver.currentDirection")}} and {{domxref("RTCRtpTransceiver.direction")}} properties now support the `"stopped"` value for indicating whether a transceiver has stopped, and should be used instead of the deprecated {{domxref("RTCRtpTransceiver.stopped")}} property ([Firefox bug 1568296](https://bugzil.la/1568296)). -- The array returned by {{domxref("RTCPeerConnection.getTransceivers()")}} now omits stopped transcievers. Similarly, {{domxref("RTCPeerConnection.getReceivers()")}} and {{domxref("RTCPeerConnection.getSenders()")}} omit the receivers and senders, respectively, associated with a stopped transceiver ([Firefox bug 1568296](https://bugzil.la/1568296)). +- The array returned by {{domxref("RTCPeerConnection.getTransceivers()")}} now omits stopped transcievers. Similarly, {{domxref("RTCPeerConnection.getReceivers()")}} and {{domxref("RTCPeerConnection.getSenders()")}} omit the receivers and senders associated with a stopped transceiver ([Firefox bug 1568296](https://bugzil.la/1568296)). #### DOM