mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-04 22:40:29 +03:00
Solves the CHCH sequence issue, CLJH remains
This commit is contained in:
parent
9b98083d4a
commit
0bd42a3994
1 changed files with 1 additions and 2 deletions
|
|
@ -209,9 +209,8 @@ export function CallProvider({ children }: CallProviderProps) {
|
|||
if (activeCallRoomId && viewedCallRoomId === activeCallRoomId) {
|
||||
setIsPrimaryIframe(!isPrimaryIframe);
|
||||
} else if (viewedCallRoomId !== viewedRoomId) setViewedCallRoomId(activeCallRoomId);
|
||||
} else if (viewedCallRoomId !== null) {
|
||||
setIsPrimaryIframe(!isPrimaryIframe);
|
||||
} else if (activeCallRoomId) setViewedCallRoomId(nextRoom);
|
||||
|
||||
setActiveClientWidgetApi(null, null, null);
|
||||
setActiveCallRoomId(null);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue