Re: ICE in MS Proposal

On 30 August 2012 12:29, Li Li <Li.NJ.Li@huawei.com> wrote:
> The MS API defines X to be RealtimeMediaDescription(Dictionary) in case of media streams. I thought there should be a X for the ICE candidates as well. Or maybe the MS API has a different model?

Our current implementation just uses JSON.stringify() on the
RealtimePort.  That results in the enumerable attributes being sent,
which is sufficient (you get an extra "open" attribute, but that's
harmless).

--Martin

Received on Thursday, 30 August 2012 22:26:18 UTC