1.0.0-beta7 • Published 3 years ago

react-native-sendbird-calls v1.0.0-beta7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-sendbird-calls

TODO

  • ios
    • configure appId
    • configure voIP
    • configure remote push notification
    • authenticate
    • voice call
    • 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())