kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
3dfc72dad0
commit
c69efbffd2
|
@ -748,7 +748,11 @@ public class WebRtcCallService extends Service implements InjectableType, PeerCo
|
||||||
else this.lockManager.updatePhoneState(LockManager.PhoneState.IN_CALL);
|
else this.lockManager.updatePhoneState(LockManager.PhoneState.IN_CALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (localVideoEnabled && !audioManager.isSpeakerphoneOn() && !audioManager.isBluetoothScoOn()) {
|
if (localVideoEnabled &&
|
||||||
|
!audioManager.isSpeakerphoneOn() &&
|
||||||
|
!audioManager.isBluetoothScoOn() &&
|
||||||
|
!audioManager.isWiredHeadsetOn())
|
||||||
|
{
|
||||||
audioManager.setSpeakerphoneOn(true);
|
audioManager.setSpeakerphoneOn(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue