SDK Version: 3.10.5
I have a script trying to listen to
IVRCSdkBuilderApi.OnSdkUploadProgress
, but the upload fails with an unhelpful message (just "upload failed" or something, with a vague stacktrace) unless the listener is async. Either it should handle sync listeners, or it should give a more helpful error.