Hi Tylor,
I am using the
https://github.com/ringcentral/ringcentral-csharp-client c# SDK.
I have questions.
1) Can I record using sdk, when calling?
After the call is completed, i am going to download recorded wav file.
2) How can I get status for completion of recording?
Now I gonna download recorded wav file as soon as call complete, I can download wav file after some time pass.
So I'd like to get notification about generation of wav file.
This is a code to get message status.
subscription.EventFilters.Add("/restapi/v1.0/account/~/extension/~/message-store");
I'd like to get status for recording like above I mentioned.
i am sure you can help me.
Kind Regards.