[ortc] RTCRtpSender with a null transport?

fippo has just created a new issue for https://github.com/w3c/ortc:

== RTCRtpSender with a null transport? ==
while trying to implement [addTrack in adapter](https://github.com/webrtc/adapter/pull/505) I ran into the issue that I could not create RTCRtpSender with a null transport.
http://draft.ortc.org/#rtcrtpsender-operation*
Should that be allowed? setTransport could later be used to set the transport.

(for adapter i'll probably just create the ice gatherer, ice transport and dtls transport during addTrack. Seems wrong in terms of semantics but... this is 1.0 land so I am getting used to things feeling wrong)

Please view or discuss this issue at https://github.com/w3c/ortc/issues/679 using your GitHub account

Received on Tuesday, 18 April 2017 11:10:57 UTC