[Webkit-unassigned] [Bug 191260] New: Setting transceiver.direction = "inactive" is ignored

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 5 06:47:08 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=191260

            Bug ID: 191260
           Summary: Setting transceiver.direction = "inactive" is ignored
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ibc at aliax.net
                CC: youennf at gmail.com

Created attachment 353859

  --> https://bugs.webkit.org/attachment.cgi?id=353859&action=review

Script that reproduces the issue. Just run it in Safari 12.1 console with "Unified-Plan" enabled.

Scenario:

* Have a pc with an audio transceiver for just sending audio (it does not receive audio from the remote), so it has `direction: "sendonly"`.

* Call `transceiver.sender.replaceTrack(null)` and `transceiver.direction = "inactive"` and do a new SDP O/A.

* No matter where `transceiver.direction = "inactive"` is set. The `transceiver.direction` remains "sendonly" and its m=audio section also remains with "a=sendonly".

This works as expected in Chrome and Firefox.

Script attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181105/db4c9a35/attachment.html>


More information about the webkit-unassigned mailing list