Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio/Video Streaming:One side stream only #6

Open
jackanmol opened this issue Jul 16, 2016 · 1 comment
Open

Audio/Video Streaming:One side stream only #6

jackanmol opened this issue Jul 16, 2016 · 1 comment

Comments

@jackanmol
Copy link

jackanmol commented Jul 16, 2016

Callee is not able to get caller side A/V stream. The caller's SDP has audio and video constraints
reconly:
**a=mid:audio
.
.
a=recvonly

a=mid:video
.
.
a=recvonly**

How to enable both side stream?

@yi145
Copy link

yi145 commented Oct 4, 2016

By default MediaConstraints for "OfferToReceiveAudio" is false. For receiving end you have to set this variable to true. One case is that you download web api from here and include these api in your project as library project and set default value to true for "OfferToReceiveAudio" in PnSignalingParam.java file. Then you can receive both end audio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants