DoubangoTelecom / imsdroid

High Quality Video SIP/IMS client for Google Android
https://doubango.org
Other
294 stars 168 forks source link

No sound #635

Closed danek130995 closed 3 years ago

danek130995 commented 3 years ago

I don't hear anything from a speaker, but the user i call to hears me. What might be the problem?

danek130995 commented 3 years ago

The problem has been solved by setting these flags: putString(NgnConfigurationEntry.NATT_STUN_SERVER, "server", true) putString(NgnConfigurationEntry.NATT_STUN_PORT, "port", true) putBoolean(NgnConfigurationEntry.NATT_USE_STUN_FOR_SIP, true, true) putBoolean(NgnConfigurationEntry.NATT_USE_ICE, true, true) putBoolean(NgnConfigurationEntry.NATT_USE_STUN_FOR_ICE, true, true)