Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cobrowse-sdk-react-native

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cobrowse-sdk-react-native

Cobrowse SDK for React Native

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
663
decreased by-36.98%
Maintainers
1
Weekly downloads
 
Created
Source

CobrowseIO SDK - Remote Screenshare Service

With Cobrowse.io's screen sharing technology for mobile apps you can see exactly what your customer sees on their mobile device, and provide realtime annotations to help solve customer support queries quickly.

You can try the Cobrowse.io service for free and without signing up for an account. Just follow the installation instructions below using the license key trial, then head to https://cobrowse.io/trial to use the trial dashboard.

Installation

npm install --save cobrowse-sdk-react-native
react-native link

Once you've signed up for a free account at cobrowse.io, you'll be able to find your license key at https://cobrowse.io/dashboard/settings. You can add this to your SDK setup:

import CobrowseIO from 'cobrowse-sdk-react-native';

CobrowseIO.license = "<your license key here>";

Note: For iOS you need to be using Pods to manage dependencies for react-native link to work out of the box (and also remember to run pod install after the link step).

Agent-initiated Sessions

Without any additional UI in your app, authenticated support agents are able to initiate sessions remotely via our online dashboard. To do this in an efficient way, we send an invisible push notification to the target device with a custom payload. To set up agent-initiated sessions:

  1. Set up Firebase Cloud Messaging for your app. See the latest Firebase documentation for instructions at https://firebase.google.com/docs/cloud-messaging/.
  2. Enter your FCM Server Key from the FCM admin settings into your Cobrowse.io account at https://cobrowse.io/dashboard/settings.
  3. For Android devices, when you FCM token changes pass it into the Cobrowse SDK:
import CobrowseIO from 'cobrowse-sdk-react-native';

CobrowseIO.deviceToken = "<your FCM token>";

Further Reading

User Initiated Sessions

API Documentation

Requirements

  • iOS 9.0, Android API 19 or above.

Keywords

FAQs

Package last updated on 06 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc