docs: fix asterisk protocol in mintlify websocket client config

This commit is contained in:
Sabiha Khan 2026-05-25 10:27:03 +05:30
parent bbb4f91a27
commit a725fda274

View file

@ -77,7 +77,7 @@ Dograh uses Asterisk's external media streaming to send and receive audio over W
[dograh]
type = websocket_client
uri = ws://your-dograh-host:port/api/v1/telephony/ws/ari
protocols = audio
protocols = media
```
<Note>