Skip to content

Commit

Permalink
fix: set default value of camera for incoming calls (#1881)
Browse files Browse the repository at this point in the history
Co-authored-by: Tommaso Piazza <[email protected]>
  • Loading branch information
ohassine and tmspzz authored Jul 14, 2023
1 parent 7f3c540 commit 1ee898c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class OnIncomingCall(
status = status,
callerId = qualifiedIdMapper.fromStringToQualifiedID(userId).toString(),
isMuted = isMuted,
isCameraOn = isVideoCall,
isCameraOn = false,
type = mappedConversationType,
isCbrEnabled = kaliumConfigs.forceConstantBitrateCalls
)
Expand Down

0 comments on commit 1ee898c

Please sign in to comment.