android: sound from speaker fix (#4067)

This commit is contained in:
Stanislav Dmitrenko
2024-04-22 23:26:01 +01:00
committed by GitHub
parent bea19f76e9
commit 4c1dfc76d4
3 changed files with 24 additions and 26 deletions
@@ -20,7 +20,6 @@ data class Call(
val sharedKey: String? = null,
val audioEnabled: Boolean = true,
val videoEnabled: Boolean = localMedia == CallMediaType.Video,
val soundSpeaker: Boolean = localMedia == CallMediaType.Video,
var localCamera: VideoCamera = VideoCamera.User,
val connectionInfo: ConnectionInfo? = null,
var connectedAt: Instant? = null,