Re: [webrtc-pc] Codify refusing to generate an empty Offer (#1745)

I would like to point out the offer and answer with no m= lines are technically legal. Here is one example of this:
https://tools.ietf.org/html/rfc4317#section-5.1

In general, SDP session with no m= lines or with all the m= lines refused with port 0 means that the session is active but no media is sent. This is used either to pause playback when communicating with media servers or for session warm up before the actual media is established.

-- 
GitHub Notification of comment by rshpount
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1745#issuecomment-509752025 using your GitHub account

Received on Tuesday, 9 July 2019 18:21:19 UTC