/ SDKs / Unity
SDKs
Calls SDKs Unity v1
Calls SDKs Unity
Calls SDKs
Unity
Version 1

Overview

Copy link

Sendbird Calls for Unity provides Group call 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.

Managing custom items

Copy link
FunctionalityDescription

Manage custom items

Stores additional information to a room. You can create, update, and delete the additional information.

Receive events

Receives events on custom items to 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.