Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 674 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 674 Bytes

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())