Overview
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
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
Functionality | Description |
---|---|
Creates a room where users can join to start a group call. |
Entering and exiting a room
Functionality | Description |
---|---|
Enters and exits a room as a participant. |
Managing custom items
Functionality | Description |
---|---|
Stores additional information to a room. You can create, update, and delete the additional information. | |
Receives events on custom items to a room. |
Retrieving rooms
Functionality | Description |
---|---|
Retrieves a list of rooms in the application. |
Managing participant's actions
Functionality | Description |
---|---|
Manages a participant's actions such as turning on or off microphone in a room. |
Reconnecting to media stream
Functionality | Description |
---|---|
Reconnects a participant to a room after losing media stream connection. |