https://github.com/opentok/opentok-reconnection
Sample app to illustrate how reconnection feature works.
https://github.com/opentok/opentok-reconnection
android ios javascript opentok tokbox webrtc
Last synced: 18 days ago
JSON representation
Sample app to illustrate how reconnection feature works.
- Host: GitHub
- URL: https://github.com/opentok/opentok-reconnection
- Owner: opentok
- License: other
- Created: 2015-11-12T23:24:32.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-03-22T09:47:47.000Z (about 4 years ago)
- Last Synced: 2024-04-08T16:02:37.145Z (about 1 year ago)
- Topics: android, ios, javascript, opentok, tokbox, webrtc
- Language: Java
- Size: 294 KB
- Stars: 7
- Watchers: 34
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
opentok-reconnection
====================This project contains sample code demonstrating the [OpenTok](https://tokbox.com/developer/)
Automatic Reconnection feature.With Automatic Reconnection, your client can now automatically reconnect to OpenTok sessions
after temporary drops in network connectivity. If you have a mobile client using OpenTok, the
feature helps restore connectivity during transitions between network interfaces such as Wi-Fi
and LTE, allowing you to build a more robust integration and end-user experience.Clients connected to sessions that use the Automatic Reconnection feature can do the following:
* Attempt to automatically reconnect to the session if the client has disconnected due
to a temporary drop in network connectivity.* Attempt to automatically reconnect to a subscriber stream that is temporarily dropped.
* Upon a successful reconnection, automatically resend signals that are initiated
by the client when it was temporarily disconnected. (For more information about Signaling,
see the [Signaling developer guide](https://tokbox.com/developer/guides/signaling/js/).)## Development and Contributing
Interested in contributing? We :heart: pull requests! See the
[Contribution](CONTRIBUTING.md) guidelines.## Getting Help
We love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:
- Open an issue on this repository
- See for support options
- Tweet at us! We're [@VonageDev](https://twitter.com/VonageDev) on Twitter
- Or [join the Vonage Developer Community Slack](https://developer.nexmo.com/community/slack)## Further Reading
- Check out the Developer Documentation at