Pass | PC should accept initial offer with setup=actpass | Asserts runPass | assert_in_array("a=setup:active", ["a=setup:active", "a=setup:passive"])
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:80:7) |
|
Pass | PC should accept initial offer with setup=active | Asserts runPass | assert_equals("a=setup:passive", "a=setup:passive")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:74:7) |
|
Pass | PC should accept initial offer with setup=passive | Asserts runPass | assert_equals("a=setup:active", "a=setup:active")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:76:7) |
|
Pass | PC with setup=actpass should have a dtlsRole of client | Asserts runPass | assert_in_array("a=setup:active", ["a=setup:active", "a=setup:passive"])
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:107:7) | Pass | assert_equals("client", "client")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:117:5) |
|
Pass | PC with setup=active should have a dtlsRole of server | Asserts runPass | assert_equals("a=setup:passive", "a=setup:passive")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:101:7) | Pass | assert_equals("server", "server")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:117:5) |
|
Pass | PC with setup=passive should have a dtlsRole of client | Asserts runPass | assert_equals("a=setup:active", "a=setup:active")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:103:7) | Pass | assert_equals("client", "client")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:117:5) |
|
Pass | dtlsRole is `unknown` before negotiation of the DTLS handshake | Asserts runPass | assert_equals("unknown", "unknown")
at Test.<anonymous> ( /webrtc/protocol/dtls-setup.https.html:133:3) |
|