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.
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.
Functionality | Description |
---|---|
Creates a room where users can join to start a group call. |
Functionality | Description |
---|---|
Enters and exits a room as a participant. |
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. |
Functionality | Description |
---|---|
Retrieves a list of rooms in the application. |
Functionality | Description |
---|---|
Manages a participant's actions such as turning on or off microphone in a room. |
Functionality | Description |
---|---|
Reconnects a participant to a room after losing media stream connection. |