Agora Integration

LAST EDIT Jun 02 2023

You can integration Agora with Stream chat via Dashboard or via APIs. You can find all settings from the Agora's dashboard.

More information about the `updateAppSettings` API is available here.

Agora Application Settings

Copied!

name

Type

Description

Default

app_id

string

The Agora App ID

app_certificate

string

The Agora App Certificate (same as API Secret) The certificate is used to generate auth tokens

default_role

string

The user role when joining a call. Allowed values are: ATTENDEE , PUBLISHER, SUBSCRIBER and ADMIN

PUBLISHER

role_map

object

An object that maps Stream user role to Agora’s role. You can use this object if you want users to join calls with different users than the default_role

Empty Object