mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
Fixes CLJH, found CCH
This commit is contained in:
parent
0bd42a3994
commit
923982ef30
1 changed files with 0 additions and 2 deletions
|
|
@ -302,8 +302,6 @@ export function CallProvider({ children }: CallProviderProps) {
|
|||
activeClientWidgetApi?.removeAllListeners();
|
||||
activeClientWidgetApi?.transport.send(WIDGET_HANGUP_ACTION, {}).then(() => {
|
||||
setViewedAsActive();
|
||||
setViewedCallRoomIdState(null);
|
||||
setViewedClientWidgetApi(null, null, null);
|
||||
});
|
||||
} else {
|
||||
if (viewedClientWidgetApi && viewedCallRoomId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue