ConnectyCube / connectycube-web-samples

Chat and Video Chat code samples for Web, based on ConnectyCube platform
https://connectycube.com
Apache License 2.0
18 stars 29 forks source link

Call Browser to App Flutter #142

Open nambui2000k opened 2 years ago

nambui2000k commented 2 years ago

Can I call P2P from Browser to App Flutter? I try call from App flutter to Browser that right. But run from Browser to App Flutter which can not recieve notification.

TatankaConCube commented 2 years ago

Can I call P2P from Browser to App Flutter?

yes, sure, all our SDKs are compatible with each other

which can not receive notification

have you sent it from the Web? you should create an event from the browser side for all call members, see how we do it on the Flutter side there

nambui2000k commented 2 years ago

I downloaded example browser from https://github.com/ConnectyCube/connectycube-web-samples/tree/master/videochat. have it event from the browser side for all call members???

nambui2000k commented 2 years ago
Screen Shot 2021-10-21 at 23 41 36

_getCallState only has ios and android?

nambui2000k commented 2 years ago

to call from browser to app flutter. must i add config firebase to index.html?

TatankaConCube commented 2 years ago

no, if you don't need the push notifications feature on the JS side