agora.io

Video stream is more zoomed than I'd like and isn't the same as the local stream view. How can I fix this?

允我心安 提交于 2021-02-11 04:56:30
问题 Using the Agora.io Video SDK v2.2.1. Below is an image of what happens. The video stream is zoomed in and there is a "big head" rather than the entire image. 回答1: Please add below code before join channel this should help - setParameters:@"{\"che.video.keep_prerotation\":false}" setParameters:@"{\"che.video.local.camera_index\":1025}" Refere the demo code : https://github.com/AgoraIO-Community/Agora-Video-With-FaceUnity-iOS/blob/d777df2aac725bce120f9e8c4d599d026d2c9d79/AgoraWithFaceunity

Video stream is more zoomed than I'd like and isn't the same as the local stream view. How can I fix this?

依然范特西╮ 提交于 2021-02-11 04:54:15
问题 Using the Agora.io Video SDK v2.2.1. Below is an image of what happens. The video stream is zoomed in and there is a "big head" rather than the entire image. 回答1: Please add below code before join channel this should help - setParameters:@"{\"che.video.keep_prerotation\":false}" setParameters:@"{\"che.video.local.camera_index\":1025}" Refere the demo code : https://github.com/AgoraIO-Community/Agora-Video-With-FaceUnity-iOS/blob/d777df2aac725bce120f9e8c4d599d026d2c9d79/AgoraWithFaceunity

We are implementing the Agora screen sharing and getting error DYNAMIC_USE_STATIC_KEY

雨燕双飞 提交于 2021-01-19 09:12:47
问题 I am unable to understand the Error meaning currently using the demo code Sample code which I am using to share the screen and I also install the chrome extension which is required to share the screen screensharing(data) { AgoraRTC.Logger.setLogLevel(AgoraRTC.Logger.INFO); var localStreams=[]; var channelKey=null; if (!this._client) { Toast.error("Please Join First!"); return; } const uid = this._params.uid; console.log("screen sharing function calling ") var screenClient = AgoraRTC

We are implementing the Agora screen sharing and getting error DYNAMIC_USE_STATIC_KEY

强颜欢笑 提交于 2021-01-19 09:04:42
问题 I am unable to understand the Error meaning currently using the demo code Sample code which I am using to share the screen and I also install the chrome extension which is required to share the screen screensharing(data) { AgoraRTC.Logger.setLogLevel(AgoraRTC.Logger.INFO); var localStreams=[]; var channelKey=null; if (!this._client) { Toast.error("Please Join First!"); return; } const uid = this._params.uid; console.log("screen sharing function calling ") var screenClient = AgoraRTC

We are implementing the Agora screen sharing and getting error DYNAMIC_USE_STATIC_KEY

末鹿安然 提交于 2021-01-19 09:03:44
问题 I am unable to understand the Error meaning currently using the demo code Sample code which I am using to share the screen and I also install the chrome extension which is required to share the screen screensharing(data) { AgoraRTC.Logger.setLogLevel(AgoraRTC.Logger.INFO); var localStreams=[]; var channelKey=null; if (!this._client) { Toast.error("Please Join First!"); return; } const uid = this._params.uid; console.log("screen sharing function calling ") var screenClient = AgoraRTC

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":