Skip to content

Commit

Permalink
Fix incoming call component
Browse files Browse the repository at this point in the history
  • Loading branch information
lgmarchi committed Oct 10, 2024
1 parent 2d41e5e commit c91fa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/calling/IncomingCall.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
callSound.play()
}
pending = true
user = Store.getUser(VoiceRTCInstance.incomingCallFrom[1].metadata.userInfo.did)
user = Store.getUser(VoiceRTCInstance.incomingCallFrom[1].metadata.did)
} else {
pending = false
callSound?.stop()
Expand Down

0 comments on commit c91fa41

Please sign in to comment.