Closed Bug 1047895 Opened 10 years ago Closed 9 years ago

recvonly createOffer offer fails with INVALID_STATE error in nightly

Categories

(Core :: WebRTC: Signaling, defect)

34 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1063808

People

(Reporter: philipp+bugzilla, Unassigned)

References

()

Details

I was trying to create an offer without attaching a stream and the following constraints:

  {mandatory: {OfferToReceiveAudio: true, OfferToReceiveVideo: false}}

In Nightly 34.0a1 (2014-08-02) this results in an INVALID_STATE error with a message "Cannot create SDP without any streams". 
Changing true to 1 and false to 0 (due to changes in the spec) did not help.

Creating an SDP without streams that way works in 30.0 and 31.0
Summary: recvonly createOffer offer fails in nightly → recvonly createOffer offer fails with INVALID_STATE error in nightly
Component: WebRTC → WebRTC: Signaling
Does this look like the old "OfferToReceive"/"offerToReceive" thing?
Flags: needinfo?(jib)
Yup, the timeline fits.
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(jib)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.