fix(android): sync mic manager on toggle
This commit is contained in:
parent
f729cc7b07
commit
285a0f48e5
@ -562,6 +562,8 @@ class NodeRuntime(context: Context) {
|
||||
|
||||
fun setMicEnabled(value: Boolean) {
|
||||
prefs.setTalkEnabled(value)
|
||||
micCapture.setMicEnabled(value)
|
||||
externalAudioCaptureActive.value = value
|
||||
}
|
||||
|
||||
fun refreshGatewayConnection() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user