Agora App ID - used to authenticate the request
Once set to true, the UI Kit attempts to join the channel. Can be set to false to initialise the SDK and wait before joining the channel. (default: true)
Channel name to join - users in the same channel can communicate with each other
Disable Agora RTM, this also disables the use of usernames and remote mute functionality
Set to true to enable active speaker callback, switches the pinned video to active speaker if you're using the pinned layout. (default: false)
Enable the mic and camera when the local user toggles role to become a host from audience role. (default: true)
Salt, 32 bytes in length. Agora recommends that you use OpenSSL to generate salt on the server side. See Media Stream Encryption for details. This parameter takes effect only in Aes128Gcm2 or Aes256Gcm2 encrypted mode. In this case, ensure that this parameter is not 0.
Choose between grid layout and pinned layout. (default: pinned layout)
Select between livestreaming and communication mode for the SDK. (default: communication)
Set local user's role between audience and host. Use with mode set to livestreaming. (default: host)
(optional) Token used to join a channel when using secured mode (default: null)
(optional) URL for token server, manages fetching and updating tokens automatically. Must follow the schema here - https://github.com/AgoraIO-Community/agora-token-service/
(optional) UID for local user to join the channel (default: 0)
Generated using TypeDoc
Props object for RTC SDK