Skip to content

Commit 0b5489c

Browse files
authored
Merge pull request #118 from paolamayuri-dotcom/docs/add-callAudioUrl-send-call
docs(send-call): add callAudioUrl attribute
2 parents 523752e + e21db74 commit 0b5489c

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docs/calls/send-call.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Neste método você enviar uma ligação a um número que possua whatsapp, seja
3535
| Atributos | Tipo | Descrição |
3636
| :-- | :-: | :-- |
3737
| callDuration | number | Aqui você define por quanto tempo você quer que a ligação dure, por padrão a ligação terá duração de 5 segundos, mas você pode aumentar até 15 segundos |
38+
| callAudioUrl | string | Link do áudio (bitrate 16k) |
39+
40+
:::caution Atenção
41+
42+
O atributo **callAudioUrl** está disponível apenas para contas que possuem a funcionalidade de chamadas habilitada.
43+
44+
:::
3845

3946
---
4047

i18n/en/docusaurus-plugin-content-docs/current/calls/send-call.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ In this method you send a call to a number that has whatsapp, whether it is your
3636
| Atributos | Tipo | Descrição |
3737
| :-- | :-: | :-- |
3838
| callDuration | number | Here you define how long you want the call to last, by default the call will last 5 seconds, but you can increase it up to 15 seconds |
39+
| callAudioUrl | string | Audio link (bitrate 16k) |
40+
41+
:::caution Attention
42+
43+
The **callAudioUrl** attribute is only available for accounts that have the call functionality enabled.
44+
45+
:::
3946

4047
---
4148

0 commit comments

Comments
 (0)