mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 15:00:30 +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?.removeAllListeners();
|
||||||
activeClientWidgetApi?.transport.send(WIDGET_HANGUP_ACTION, {}).then(() => {
|
activeClientWidgetApi?.transport.send(WIDGET_HANGUP_ACTION, {}).then(() => {
|
||||||
setViewedAsActive();
|
setViewedAsActive();
|
||||||
setViewedCallRoomIdState(null);
|
|
||||||
setViewedClientWidgetApi(null, null, null);
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
if (viewedClientWidgetApi && viewedCallRoomId) {
|
if (viewedClientWidgetApi && viewedCallRoomId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue