|
@@ -436,7 +436,7 @@ class MainActivity : BaseActivity<MainActivityPresenter, ActivityMainBinding>(),
|
|
|
|
|
|
if (SettingConfig.getSipEnabled(activity)) {
|
|
if (SettingConfig.getSipEnabled(activity)) {
|
|
mCore?.isMicEnabled = true
|
|
mCore?.isMicEnabled = true
|
|
- mCore?.micGainDb = 3.0f
|
|
|
|
|
|
+ //mCore?.micGainDb = 3.0f
|
|
toggleSpeaker(true)
|
|
toggleSpeaker(true)
|
|
} else {
|
|
} else {
|
|
WebRTCEngine.getInstance().toggleSpeaker(true)
|
|
WebRTCEngine.getInstance().toggleSpeaker(true)
|