You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Describe the bug
From reading SaltyChat Documentation and doing a quick code review, the current way is not a valide use case.
EstablishCall
EndCall
Are both server side export, so should not be able to be called from client side, and should not be called twice should only be triggered once.
Solution
On call accept call server side trigger, send over user id's and trigger the export, same goes for ending call.