-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage with react-native-webrtc? #18
Comments
I think that's what the intention of Google Nearby Connections, but this library currently only supports the Messages API, which is strictly low-bandwidth. |
Yep that's exactly what I'm looking for! Any plans to implement this API? |
I ended up impementing it if your interested. The only issue im having with the package is onEndpointLost never fires (when an endpoint is discovered, never is connected to, then moves out of range/ stops broadcasting) - if you have any insight I'd love to hear it. https://www.npmjs.com/package/react-native-google-nearby-connection |
Hi @butchmarshall are you saying you managed to implement a walkie-talkie type application in React Native? |
Hey @felixmeziere - yep using the package https://github.com/butchmarshall/react-native-google-nearby-connection i built a demo app https://play.google.com/store/apps/details?id=com.butchmarshall.reactnative.nearby.connection |
I'm researching packages right now to put together a walkie-talkie type application.
Would I be able to connect multiple devices together using this library and push audio/video through them via https://github.com/oney/react-native-webrtc?
The text was updated successfully, but these errors were encountered: