react-native-sendbird-calls

1.0.0-beta7 • Public • Published

react-native-sendbird-calls

TODO

  • [x] ios
    • [x] configure appId
    • [x] configure voIP
    • [ ] configure remote push notification
    • [x] authenticate
    • [x] voice call
    • [x] video call
    • [ ] on/off audio
    • [ ] on/off video
  • [ ] android

Getting started

$ npm install react-native-sendbird-calls --save

Usage

import {SendBirdCalls} from 'react-native-sendbird-calls';

SendBirdCalls.setup(appId)
SendBirdCalls.addEventListener(event, handler)
SendBirdCalls.authenticate(userId)
SendBirdCalls.setupVoIP()
SendBirdCalls.dial(callee, isVideoCall)
SendBirdCalls.endCall(callId)
SendBirdCalls.removeAllEventListeners())

Package Sidebar

Install

npm i react-native-sendbird-calls

Weekly Downloads

1

Version

1.0.0-beta7

License

MIT

Unpacked Size

84.6 kB

Total Files

35

Last publish

Collaborators

  • tamhuynh