agora-web-sdk-ng

Agora cloud recording not starting

↘锁芯ラ 提交于 2020-12-13 03:27:30
问题 I am following Agora Cloud Recording RESTful apis The problem is Acquire api working fine Start api working fine Now query api is returning me { "resourceId": "rid", "sid": "sid", "serverResponse": { "status": 4, "fileList": "", "fileListMode": "string", "sliceStartTime": 0 } } and stop api giving me { "resourceId": "rid", "sid": "sid", "code": 435 } which means no one is present in channel. But 2 users are there in my ongoing channel My start request was { "cname":

Agora cloud recording not starting

家住魔仙堡 提交于 2020-12-13 03:25:33
问题 I am following Agora Cloud Recording RESTful apis The problem is Acquire api working fine Start api working fine Now query api is returning me { "resourceId": "rid", "sid": "sid", "serverResponse": { "status": 4, "fileList": "", "fileListMode": "string", "sliceStartTime": 0 } } and stop api giving me { "resourceId": "rid", "sid": "sid", "code": 435 } which means no one is present in channel. But 2 users are there in my ongoing channel My start request was { "cname":

Error while calling the start POST call in Agora API

荒凉一梦 提交于 2020-08-10 22:53:48
问题 I am trying to make API calls to the Agora Cloud Recording API through their Postman Environment, but I am getting a 404 error during the query and stop calls. The acquire call returns a 200 response with the ResourceId and the start call also returns a 200 response with the sid. I have enabled Cloud Recording functions from the Agora dashboard. I have also double-checked my bucket credentials. This is what the start API body looks like: { "cname":"bhavya", "uid":"123", "clientRequest":{

Error while calling the start POST call in Agora API

余生长醉 提交于 2020-08-10 22:50:35
问题 I am trying to make API calls to the Agora Cloud Recording API through their Postman Environment, but I am getting a 404 error during the query and stop calls. The acquire call returns a 200 response with the ResourceId and the start call also returns a 200 response with the sid. I have enabled Cloud Recording functions from the Agora dashboard. I have also double-checked my bucket credentials. This is what the start API body looks like: { "cname":"bhavya", "uid":"123", "clientRequest":{

Error while calling the start POST call in Agora API

一世执手 提交于 2020-08-10 22:48:14
问题 I am trying to make API calls to the Agora Cloud Recording API through their Postman Environment, but I am getting a 404 error during the query and stop calls. The acquire call returns a 200 response with the ResourceId and the start call also returns a 200 response with the sid. I have enabled Cloud Recording functions from the Agora dashboard. I have also double-checked my bucket credentials. This is what the start API body looks like: { "cname":"bhavya", "uid":"123", "clientRequest":{

Web Agora.io DYNAMIC_KEY_EXPIRED

点点圈 提交于 2020-06-29 03:34:41
问题 I am using c# with mvc. I used this code to generate token and generated successfully. but after generate token when join channel using .join() it return DYNAMIC_KEY_EXPIRED. I Used "AgoraRTCSDK-3.1.0.js" I used https://github.com/AgoraIO/Tools/blob/master/DynamicKey/AgoraDynamicKey/csharp to generate dynamic token If any one has experience on Agora.io, please help me. Sample code is.. AccessToken token = new AccessToken(apiKey, appCertificate, channelName, "0"); token.addPrivilege(Privileges