You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: