changes
This commit is contained in:
@@ -465,7 +465,7 @@ class RcCallHistory(models.Model):
|
||||
|
||||
media_url = f'{content_uri}?access_token={config.access_token}'
|
||||
data = config._api_post(
|
||||
'/ai/speech-to-text/v1/async?webhook=false',
|
||||
'/ai/audio/v1/async/speech-to-text?webhook=false',
|
||||
data={
|
||||
'contentUri': media_url,
|
||||
'source': 'CallRecording',
|
||||
|
||||
Reference in New Issue
Block a user