mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
add support for retrieving wellsaid speech credential
This commit is contained in:
@@ -264,6 +264,12 @@ class CallSession extends Emitter {
|
|||||||
region: credential.region
|
region: credential.region
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
else if ('wellsaid' === vendor) {
|
||||||
|
return {
|
||||||
|
speech_credential_sid: credential.speech_credential_sid,
|
||||||
|
api_key: credential.api_key
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
writeAlerts({
|
writeAlerts({
|
||||||
|
|||||||
Reference in New Issue
Block a user