Hi,
I'm looking to build an integration with Unity, and have spent the last day reading over API documentation. I'm not finding exactly what I'm looking for, so I thought I'd float the question to the community.
Given a specific mailbox, I'd like to be able to retrieve the audio for the user's recorded name. Is this possible via the API or any other method?
Thanks in advance.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
armed with the ObjectId (GUID) of a user you can simply use this a GET like this:
https://lindborgload8.cisco.com/vmrest/users/207913eb-cc10-4256-8868-83d37ed153d2/voicename
if you do that in a browser it will simply play the voice name - but you can download the file using the same construction.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.