From 8b18a5e34e4a146541dfe347c8d18a1671b42654 Mon Sep 17 00:00:00 2001 From: Adam Bergkvist Date: Thu, 29 Jun 2017 10:07:11 +0200 Subject: [PATCH] RTCRtpTransceiver: Set currentDirection to null when stopping --- webrtc.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webrtc.html b/webrtc.html index 059234c01..a56eb93c7 100644 --- a/webrtc.html +++ b/webrtc.html @@ -7309,6 +7309,11 @@

Methods

  • Set transceiver.stopped to true.

  • +
  • +

    Set transceiver's [[CurrentDirection]] slot to + null.

    +
  • Update the negotiation-needed flag for connection.