From Bright Pattern Documentation
(Created page with "<translate> = selectService = Selects a configured service (e.g., voice, chat, etc.) by name. == Request == === Syntax === window.bpspat.api.selectService(service) === Para...") |
(Updated via BpDeleteTranslateTags script) |
||
Line 1: | Line 1: | ||
− | + | ||
= selectService = | = selectService = | ||
Selects a configured service (e.g., voice, chat, etc.) by name. | Selects a configured service (e.g., voice, chat, etc.) by name. | ||
Line 22: | Line 22: | ||
In response to the request, the service to be used for interactions changes to the specified service name. | In response to the request, the service to be used for interactions changes to the specified service name. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 04:02, 29 May 2024
selectService
Selects a configured service (e.g., voice, chat, etc.) by name.
Request
Syntax
window.bpspat.api.selectService(service)
Parameters
Parameter | Type | Description |
service | function | Service name |
Response
Empty.
In response to the request, the service to be used for interactions changes to the specified service name.