API-Examples
API-Examples copied to clipboard
Play with AgoraSDK and have fun! Everything you need to start learning Agora.
Hi, We are currently developing a video call feature using Agora on our React Native app. We chose Agora's Swift SDK because it supports pushing a custom video source. Although...
增加app useNormalizedOHMUrl 支持,因为har包开启了useNormalizedOHMUrl 这个属性。 修改app include 依赖, include 头文件直接从har包中打开不需要再重新拷贝。
In our application we have targeted the SDK 34 and we are using screen sharing SDK. implementation "io.agora.rtc:full-sdk:4.3.1" implementation "io.agora.rtc:full-screen-sharing:4.3.1" We have already using a foreground service in app manifest...
# Im using the windows 11, GCC version 13.2.0 and cmake version 3.30.4 ## CMakeList.txt ```code cmake_minimum_required(VERSION 3.30.4) project(agora) set(AGORA_SDK_PATH "${CMAKE_CURRENT_SOURCE_DIR}/agora_native_sdk/sdk") add_executable(${PROJECT_NAME} main.cpp) set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 17 CXX_STANDARD_REQUIRED YES )...
Hi, does agoru support simulcast? video sender can send different layers at the same time using webrtc silumcast? Thank you.