Cobrowse.io is 100% free and easy to try out in your own apps. Please see full documentation at https://docs.cobrowse.io.
Try our online demo at the bottom of our homepage at https://cobrowse.io/demo.
This is a demo application for the Cobrowse.io screen sharing service. See the Cobrowse.io SDK repository for more information.
You can build the example apps with Android Studio:
sample
- Kotlin example appstandalone
- Java standalone example
Please register an account and generate your free License Key at https://cobrowse.io/dashboard/settings.
This will associate sessions from your mobile app with your Cobrowse.io account.
sample
: copy your license key, open upMainApplication.kt
and replacetrial
with your license key:
license("trial")
standalone
: copy your license key, open up the settings in the app and replacetrial
with your license key.
The example apps include preconfigured Firebase push notifications (FCM). To enable it, add your google-services.json
to sample
and standalone
modules.
Refer to the Firebase docs to see how to create a new Firebase project and generate your own google-services.json
.
Once you have the app running in the Android emulator or on a physical device, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!
Any questions at all? Please email us directly at hello@cobrowse.io.
- API version 19 (4.4 KitKat) or later