Jump to content

Call recording for an individual user


Te Matau

Recommended Posts

Kazoo 4.1.61

I've got call recording working at the account level:

/v2/accounts/aabb
PATCH

{ "data": { "call_recording": { "account": { "any": { "any": { "enabled": true } } } } } }

 

But if I turn off call recording at the account level and set it at the user level the call for that user isn't recorded:

v2/accounts/aabb/users/ccdd

PATCH

{ "data": { "call_recording": { "any": { "any": { "enabled": true } } } } }

In the logs I see no kzc_recording entry.

Am I doing something wrong?

Link to comment
Share on other sites

×
×
  • Create New...