SendbirdCalls in Flutter Desktop

[Problem/Question]
// Detailed description of issue.
Hello, we are trying to implement Sendbird calls on Flutter desktop using javascript sdk and webview_windows package. Outgoing calls work for us, but incoming calls are not received(works only when webview is opened), because. we can’t listen to incoming messages from websocket. Are there any other possible implementations on Flutter Desktop or sendbird calls sdk for windows/macos?

Hello @Farkhat_Dzhalelov,

Welcome to the Sendbird community.

If the websocket is closed, then the JS SDK has no way of listening for calls. iOS and Android handle this by using Push Notifications to initiate incoming calls but that does not exist in the same way with Javascript.

1 Like