/ SDKs / React Native
SDKs
Calls SDKs React Native v1
Calls SDKs React Native
Calls SDKs
React Native
Version 1

Overview

Copy link

Sendbird Calls for React Native offers group calls where multiple users can join a room to communicate using audio. Once a room has been created, users who have the room ID can enter the room to engage in conversations with other users. A room can support up to 100 participants and stays open until it is explicitly deleted.


Functionalities by topic

Copy link

With the Calls SDK, you can perform various actions to start and manage a group call by creating a room, retrieving a room, managing custom items and more. The following is a list of functionalities that our SDK supports.

Creating a room

Copy link
FunctionalityDescription

Create a room

Creates a room where users can join to start a group call.

Entering and exiting a room

Copy link
FunctionalityDescription

Enter and exit a room

Enters and exits a room as a participant.

Adding event handler

Copy link
FunctionalityDescription

Add an event handler

Manages a participant's actions such as turning on or off microphone in a room.

Retrieving rooms

Copy link
FunctionalityDescription

Retrieve a list of rooms

Retrieves a list of rooms in the application.

Managing participant's actions

Copy link
FunctionalityDescription

Manage participant's actions

Manages a participant's actions such as turning on or off microphone in a room.

Reconnecting to media stream

Copy link
FunctionalityDescription

Reconnect to media stream

Reconnects a participant to a room after losing media stream connection.