Hello,
I have a problem that is very much related to the subject. I'm trying to create a one2one connection with one peer (offerer) having audio(sendrecv) and video(recvonly), and the other(offeree) respectively having audio(sendrecv) and video (sendonly). My problem is that, for the offerer's endpoint I am able to indicate the media and directions via processOffer() (contained in offer), but offeree's endpoint seems to be audio(sendrecv) and video(sendrecv) and when I do createOffer() it returns me both media with sendrecv. After establishment of the connection everything seems fine for the the offerer - he hears and sees the other peer, but offeree doesn't hear offerer's audo.
Can you please help me on this?
Thanks
Vladislav
On Thursday, July 21, 2016 at 12:46:22 PM UTC+3, igracia wrote:
WebRtcEndpoints in KMS are always sendrecv when you invoke generateOffer. It depends on what you pass in the SDP from the other end of the connection to be one thing or the other.
Hello again,
What are the equivalents of kurentoUtils.WebRtcPeer.WebRtcPeerRecvonly and Sendonly in Java? If I'm correct that these two create a=sendonly or a=recvonly in SDP, how can I do the same when doing webrtcendpoint.generateoffer to create a recvonly or sendonly SDP?
Thanks!
--
You received this message because you are subscribed to the Google Groups "kurento" group.