Re: onaddstream not called if {offerToReceiveVideo : true} and stream with no video added

2014-05-15 Thread ushunmugan
It works for me when caller is on Chrome (m34) and Callee is on Firefox (v30 beta), and I have an WebRTC gateway in between. The things to look for are: 1. The offer should set OfferToReceiveVideo to true, resulting in an SDP with a=recvonly for video. 2. The answer SDP should have a=sendonly fo

Re: onaddstream not called if {offerToReceiveVideo : true} and stream with no video added

2014-05-15 Thread Brent Gracey
Thanks for the help so far, using the pc.getRemoteStreams()[0] in the setRemoteDescription success callback, solves all but 1 of my cases. Peer 1: Caller Peer 2: Callee FF (no video) FF (video) This works with Peer 1 seeing the video from Peer 2, and Peer 2 having no video (as Peer 1 is not