100ms Integration

LAST EDIT Jun 08 2023

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

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

100ms Application Settings

Copied!

name

type

description

default

app_access_key

string

The API public key

app_secret

string

The API secret key

default_room_template

string

The default template used when creating a new room for calls. When this is not provided rooms are created using the default template.

default_user_role

string

The 100ms role users will receive when joining the call.

Required Field

role_map

object

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

Empty object

default_region

string

The region where the call is hosted.

auto

It is possible to select a different region and room template for a call by passing these two options to the CreateCall endpoint.