blob: 16ae665aae2513cc64ce777badca390c4bb21a62 [file] [log] [blame]
PASS createOffer() with no argument from newly created RTCPeerConnection should succeed
PASS createOffer() and then setLocalDescription() should succeed
PASS createOffer() after connection is closed should reject with InvalidStateError
FAIL When media stream is added when createOffer() is running in parallel, the result offer should contain the new media stream assert_equals: Expect m=audio line to be found in offer SDP expected 1 but got 0
PASS createOffer() should fail when signaling state is not stable or have-local-offer