forked from github/cinny
Fixes CLJH, found CCH
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user