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
what does the guy mean by that? "You just have to look for attributes sendonly or recvonly in SDP and avoid the setup
of the corresponding objects to send or receive media (incomingRtpReader or
captureRtpSender in MediaManager)."
I have tried this way, but it doesn't trigger the hold function at all..
userAgent.getSoundManager().close(); //for muting the sound from application side
userAgent.getSoundManager().init(); //for unmuting
Kindly guide.
The text was updated successfully, but these errors were encountered:
I have gone through this , but I don't get the proper Idea of how this function should be implemented?
https://sourceforge.net/p/peers/discussion/683023/thread/9ad8cdcf/?limit=25#a2f2
what does the guy mean by that?
"You just have to look for attributes sendonly or recvonly in SDP and avoid the setup
of the corresponding objects to send or receive media (incomingRtpReader or
captureRtpSender in MediaManager)."
I have tried this way, but it doesn't trigger the hold function at all..
Kindly guide.
The text was updated successfully, but these errors were encountered: