API-Examples
API-Examples copied to clipboard
Play with AgoraSDK and have fun! Everything you need to start learning Agora.
CreateRendererView is no longer required. ```java surfaceView = RtcEngine.CreateRendererView(context); ``` can be replaced with ```java SurfaceView surfaceView = new SurfaceView (getBaseContext()); ```
Hi, I've updated to v3.3.0 and uploaded the app on AppStore connect. Got an issue from Apple after the app was processed. > We identified one or more issues with...
I have some question that if I want to join audio from another app by call the function "agoraKit.joinChannel(byToken: token,channelId: channelid,info: nil,uid: 0 ,joinSuccess: nil)" Token : same as AgoraMeeting...
I am trying to implement the screen share for iOS and it's working fine when the broadcast started, I can see the streaming but when I stop the broadcast the...
你好,我遇见了一个crash,在render里面
Tested on: ios 14.6, iPad Pro Steps to reproduce: 1. Build and run APIExample demo ios app 2. Launch extension via picker in APIExample container app and start screen broadcasting....
The SDK version should be 3.4.5 in https://github.com/AgoraIO/API-Examples/blob/dev/3.4.5/windows/APIExample/install.ps1 Otherwise, compatibility issues may occur.
``` func mediaDataPlugin(_ mediaDataPlugin: AgoraMediaDataPlugin, didCapturedVideoRawData videoRawData: AgoraVideoRawData) -> AgoraVideoRawData { return videoRawData } ``` i wnat to render CVPixelBuffer form this func.
Tested on: ios 14.6, Iphone Xr ios 13.7, iPhone 7 Steps to reproduce: 1. Build and run APIExample demo ios app 2. Launch extension via picker in APIExample container app...