Options
All
  • Public
  • Public/Protected
  • All
Menu

Props to setup the Agora SDK connection

Hierarchy

Index

Properties

appId: string

Agora App ID - used to authenticate the request

channel: string

Channel name to join - users in the same channel can communicate with each other

rtcToken?: string
rtcUid?: number
rtmToken?: string
rtmUid?: string
tokenUrl?: string

(optional) URL for token server, manages fetching and updating tokens automatically. Must follow the schema here - https://github.com/AgoraIO-Community/agora-token-service/

username?: string

Username for the RTM Client, this value can be accessed using the userData object

Generated using TypeDoc