Skip to content

Commit

Permalink
Update files/en-us/mozilla/firefox/releases/118/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Sep 12, 2023
1 parent d8b012f commit 8e427ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/118/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e427ed

Please sign in to comment.