- From: <piranna@gmail.com>
- Date: Thu, 20 Jun 2013 23:57:20 +0200
- To: public-webrtc <public-webrtc@w3.org>
> navigator.getUserMedia({ audio: true }, function(media) { > var track = media.audioTracks[0]; > var description = new RealtimeMediaDescription(track); > var localRtStream = new LocalRealtimeMediaStream(track, description, > realtimeTransport); > signalingChannel.send(description.toDictionary()); > }); > On CU-WebRTC, would this allow to stablish the connection, or you would need to send back the remote peer description (the "answer" on WebRTC)? I hope no, or we would be on almost the same situation... -- "Si quieres viajar alrededor del mundo y ser invitado a hablar en un monton de sitios diferentes, simplemente escribe un sistema operativo Unix." – Linus Tordvals, creador del sistema operativo Linux
Received on Thursday, 20 June 2013 21:58:07 UTC