Fix: widget hangup action not working

This commit is contained in:
Valere
2025-10-23 19:20:21 +02:00
parent 06337b9ae6
commit 23bcb5777c
3 changed files with 73 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ interface CallViewModelInputs {
initialSyncState: SyncState;
}
function withCallViewModel(
export function withCallViewModel(
{
remoteParticipants$ = constant([]),
rtcMembers$ = constant([localRtcMember]),