- From: Harald Alvestrand <harald@alvestrand.no>
- Date: Tue, 30 Jul 2013 13:34:16 +0200
- To: Iñaki Baz Castillo <ibc@aliax.net>
- CC: "public-webrtc@w3.org" <public-webrtc@w3.org>
Received on Tuesday, 30 July 2013 11:34:49 UTC
On 07/30/2013 12:33 PM, Iñaki Baz Castillo wrote: > 2013/7/30 Harald Alvestrand <harald@alvestrand.no>: >>> Humm, I want to generate: >>> >>> - 7 m=audio lines with a=recvonly >>> - 1 m=audio line with a=sendrecv >>> - 4 m=video lines with a=recvonly >>> - 1 m=video line with a=sendrecv >>> >>> Is this feasible with the API modification you mention above? >>> >> I think if you specified constraints: >> >> offerToReceiveVideo=5 >> offerToReceiveAudio=8 >> >> and added an outgoing stream with one audio and one video track, that >> would seem like the most logical thing to happen. >> >> But this is not in the specification yet (nor in the code, nor in the >> test sets), so I can't say for sure. Send text! > Thanks Harald. Could you please point me to the exact ML or web in > which I should propose such a text? You're reading it. OfferToReceiveVideo is defined here: http://dev.w3.org/2011/webrtc/editor/webrtc.html#constraints
Received on Tuesday, 30 July 2013 11:34:49 UTC