Passing service configuration values to a bot.
VoiceClient
constructor. Passing a config from the client is optional. A bot will always start with a default config if no config is passed from the client. Some RTVI implementations may also choose to ignore configs passed from the client, for security or other reasons.
updateConfig()
call will be updated. You can omit any services you don’t want to make changes to. You can omit any options within a service that you don’t want to change.
Returns a Promise that resolves with the full updated configuration.