SaitoTech / saito-lite-rust

a version of the Saito-Lite client written for compatibility with the Saito Rust client and binary data format
24 stars 28 forks source link

min/max/close not working on chat popup in videocall. #2305

Closed arpee closed 9 months ago

arpee commented 10 months ago

Once chat is opened in a videocall it cannot be moved or resized.

Image

It also stays in place when you start a new videocall.

umairkhannn commented 9 months ago

Issue Identified: Video chat was getting stuck because call icon wasn't getting added properly and thus events werent getting attached. We had check for "Saito Community Chat" but no check for other community groups.

Solution: Introduced a new parameter "community" to chat groups. And using this parameter identifying whether a chat is for community or not. If its community chat then skip adding call icon.