25 lines
274 B
Plaintext
25 lines
274 B
Plaintext
meta {
|
|
name: Set Call Volume
|
|
type: http
|
|
seq: 205
|
|
}
|
|
|
|
post {
|
|
url: http://192.168.68.1:3000/api/call/volume
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"speaker_volume": 50,
|
|
"microphone_volume": 50,
|
|
"muted": false
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
}
|
|
|