mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 18:03:39 +00:00
Update the sticky EventBus message to reflect changes in microphone enabled state.
Fixes #7827
This commit is contained in:
parent
c274c1bb28
commit
18531146f7
@ -794,6 +794,10 @@ public class WebRtcCallService extends Service implements InjectableType,
|
|||||||
if (this.peerConnection != null) {
|
if (this.peerConnection != null) {
|
||||||
this.peerConnection.setAudioEnabled(this.microphoneEnabled);
|
this.peerConnection.setAudioEnabled(this.microphoneEnabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (recipient != null) {
|
||||||
|
sendMessage(viewModelStateFor(callState), recipient, localCameraState, remoteVideoEnabled, bluetoothAvailable, microphoneEnabled);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void handleSetMuteVideo(Intent intent) {
|
private void handleSetMuteVideo(Intent intent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user