On 20/02/13 17:06, IƱaki Baz Castillo wrote:
As a side note, I'm waiting for WebRTC WG to
advance in the data
channel spec. If the data channel offer is sent in the SDP then we
could handle all kinds of media in the same SDP: audio, video and MSRP
over data channel. But not sure if this would be feasible. We must
wait. Otherwise MSRP over WebSocket is nice but receiving an SDP with
audio, video and MSRP and trying to pass it to the WebRTC stack of the
browser will be a pain... Cheers!
At the moment when we use JsSIP (with the session object overridden to
use with our MSRP stack) we do either audio/video sessions or MSRP
sessions. Putting all of this in the same signalling session is
something I don't want to think about right now - so we just create
multiple SIP sessions when we need to.
BTW, the architecture of JsSIP makes this really easy to do - so thanks :-)
Peter