如果云录制包含的用户一直在推流,大概会超过30天,是否会导致录制任务结束。
没有最长录制时间的限制,不过时间过长的话 token 鉴权可能会过期,需要参照文档定期 renew token
https://docs.agora.io/cn/cloud-recording/token_server?platform=All%20Platforms
token-privilege-will-expire
renewToken
No data
没有最长录制时间的限制,不过时间过长的话 token 鉴权可能会过期,需要参照文档定期 renew token
https://docs.agora.io/cn/cloud-recording/token_server?platform=All%20Platforms
token-privilege-will-expire
回调。收到该回调后,客户端需要从服务器获取新的 Token 并调用renewToken
方法将新生成的 Token 传给 SDK。