Re: [webrtc-pc] Clarify offerToReceiveAudio and offerToReceiveVideo in renogtiation

There is indeed no such info. However, it is said that 
```When this is given a non-false value, no outgoing track of type "audio" is attached to the PeerConnection, and the existing localDescription (if any) doesn't contain any sendrecv or recv audio media sections, createOffer() will behave as if addTransceiver("audio") had been called once prior to the createOffer() call. ``` 
which I read as this would happen every time createOffer() is called.
Is this the way it should work in your opinion?

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

Received on Monday, 12 June 2017 14:54:10 UTC