New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nabla/react-native-video-call

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nabla/react-native-video-call

Nabla Video Call SDK

1.0.0-alpha14
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
3
Weekly downloads
 
Created
Source

Nabla Video Call SDK

Documentation

Check our documentation portal for in depth documentation about integrating and using the SDK.

Installation

npm install --save '@nabla/react-native-video-call'

Or

yarn add '@nabla/react-native-video-call'

Usage

NablaClient

import { NablaVideoCallClient } from '@nabla/react-native-video-call';

// To initialize the video call module, you will need to call this method before `NablaClient.getInstance.initialize`:
await NablaVideoCallClient.initializeVideoCallModule()

// To join a video call room `VideoCallRoom`
NablaVideoCallClient.joinVideoCallRoom(
  room,
  errorCallback,
  successCallback
)

License

MIT

FAQs

Package last updated on 23 Feb 2023

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