Bug 1917416 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR: Open web console on repro attachment

Expected result:
```
Uncaught (in promise) DOMException: Invalid description, no ice-ufrag attribute at level 0
    <anonymous> https://bug1.bmoattachments.org/attachment.cgi?id=9:9
attachment.cgi:9
```

Actual result:
```
Uncaught DOMException: Invalid description, no ice-ufrag attribute at level 0
    <anonymous> https://bug1.bmoattachments.org/attachment.cgi?id=9:9
attachment.cgi:9
    newError resource://gre/modules/media/PeerConnection.sys.mjs:1903
    onSetDescriptionError resource://gre/modules/media/PeerConnection.sys.mjs:1931
    _setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1216
    _setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1213
    _chain resource://gre/modules/media/PeerConnection.sys.mjs:689
    _setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1183
    setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1172
    _closeWrapper resource://gre/modules/media/PeerConnection.sys.mjs:719
    _async resource://gre/modules/media/PeerConnection.sys.mjs:703
    _auto resource://gre/modules/media/PeerConnection.sys.mjs:713
    setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1172
    <anonymous> https://jan-ivar.github.io/dummy/pcerrors_module.html:9
    AsyncFunctionNext self-hosted:807
```
STR: Open web console on repro attachment

Expected result:
```
Uncaught (in promise) DOMException: Invalid description, no ice-ufrag attribute at level 0
    <anonymous> https://bug1917416.bmoattachments.org/attachment.cgi?id=9423376:9
attachment.cgi:9
```

Actual result:
```
Uncaught DOMException: Invalid description, no ice-ufrag attribute at level 0
    <anonymous> https://bug1917416.bmoattachments.org/attachment.cgi?id=9423376:9
attachment.cgi:9
    newError resource://gre/modules/media/PeerConnection.sys.mjs:1903
    onSetDescriptionError resource://gre/modules/media/PeerConnection.sys.mjs:1931
    _setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1216
    _setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1213
    _chain resource://gre/modules/media/PeerConnection.sys.mjs:689
    _setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1183
    setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1172
    _closeWrapper resource://gre/modules/media/PeerConnection.sys.mjs:719
    _async resource://gre/modules/media/PeerConnection.sys.mjs:703
    _auto resource://gre/modules/media/PeerConnection.sys.mjs:713
    setLocalDescription resource://gre/modules/media/PeerConnection.sys.mjs:1172
    <anonymous> https://bug1917416.bmoattachments.org/attachment.cgi?id=9423376:9
    AsyncFunctionNext self-hosted:807
```

Back to Bug 1917416 Comment 0