side APIs provided by the SDK 2.Performance tuning and troubleshooting No configuration required Push SDK,ARTC SDK,ApsaraVideo Player SDK,upload SDK,RTS SDK,and short video SDK Streaming and RTC Wi-Fi status Check the Wi-...
This topic describes the available versions of Alibaba Cloud SDK and their stages in the lifecycle.For more information about the support for these SDK versions and the lifecycle of the underlying dependencies,see Alibaba ...
This topic describes how to upgrade Alibaba Cloud SDK V1.0 of a project to Alibaba Cloud SDK V2.0.Is Alibaba Cloud SDK V2.0 required?If you use Alibaba Cloud SDK V1.0 to integrate cloud services in a simple scenario and no...
SDK选择与下载 进阶功能 进阶功能 播放器SDK功能详情 2025-02 发布日期 产品 版本 发布日志 相关文档 2025-02-28 SDK选择与下载 短视频SDK简介 SDK下载/集成 一体化SDK下载 v7.0.0 播放器SDK分为标准版和专业版,具体的版本功能划分请参见 ...
每个产品都有其独立的Endpoint,并且Endpoint与服务区域RegionId有关,不同地域可能是不同的Endpoint。本节主要介绍V2.0 SDK对于Endpoint的配置。Endpoint类型 服务接入点主要有两类:公网服务地址、VPC服务地址,更多信息请参见 服务接入...
本文档旨在为开发者提供一个全面的阿里云软件开发工具包(Alibaba Cloud SDK)概览,详细介绍了阿里云SDK的核心功能、支持的语言以及分类等,帮助您更方便快捷地使用阿里云SDK。什么是阿里云SDK?阿里云SDK是封装好的用于调用云产品OpenAPI...
在调用OpenAPI时,建议采用在项目中集成SDK的方式。使用SDK可以简化开发流程,实现功能的快速集成,同时有效降低维护成本。本文将详细介绍如何在项目中安装SDK以及使用SDK开发。重要 V1.0 Go SDK已停止支持,详情请参考 宣布将于 2025 年 3...
MediaBox音视频SDK提供一体化SDK和单功能模块SDK,您可以根据业务需求选择适合的SDK进行下载集成。一体化SDK下载 重要 如果您的应用涉及多个SDK功能,需要您按SDK功能模块单独下单购买,然后绑定同一个应用。请访问 音视频终端SDK购买页 ...
本文通过生成方案、语言支持、语言拓展、SDK场景化示例等多方面为您详细介绍了阿里云SDK升级前后的差异。如果您之前使用过阿里云SDK集成云产品,发现现在文档中的写法与以前不同,可参考本文了解不同版本SDK差异,若您是初次使用阿里云SDK...
V1.0 SDK 默认采用HTTP协议。...配置方式 请求的协议支持两种配置方式,优先级顺序为高到低:通过OpenAPI Request类的...示例代码如下:说明 每个OpenAPI都有独立的Request类,命名方式为:${OpenAPI}${Request},例如DescribeInstancesRequest。...
Introduction Alibaba Cloud SDK V1.0 for Go is supported in Go 1.10 and later versions.The SDK V1.0 features high stability.Many existing users are accustomed to using the SDK V1.0 for development.The user guide is intended...
V2.0 SDK中包含了参数处理,请求组装以及返回值处理等OpenAPI请求的主要逻辑,开发者可以通过安装相关产品的SDK包依赖即可完成OpenAPI的请求,可以下载依赖模块并保存到package.json中。npm install@alicloud/ecs20140526-S$npm install@...
前言 阿里云V1.0 PHP SDK基于PHP 5.6以上的版本开发,V1.0 SDK是较早使用版本,稳定性良好,不少老用户习惯于...对于新用户则建议直接使用V2.0 SDK,也建议老用户尽早迁移到V2.0 SDK。V2.0 SDK的使用指南请参见 通过IDE使用阿里云PHP SDK。
ApsaraVideo MediaBox SDK V6.7.0 updates the integrated retouching effects based on the business requirements in different scenarios to provide audio and video processing capabilities that are more professional and reliable...
前言 阿里云V1.0 Java SDK基于Java 6以上的版本开发,V1.0 SDK是较早使用版本,稳定性良好,不少老用户习惯于V1.0 SDK的开发,本文则是给这部分用户提供一个简练的使用指南。对于新用户则建议直接使用V2.0 SDK,老用户也建议尽早迁移到V2.0...
本文指导您在OpenAPI门户自动生成对应接口的SDK示例。示例场景 本文以在OpenAPI门户调用DescribeRegions查询可以使用的阿里云地域为例,自动生成Java SDK示例代码。获取示例代码 单击 OpenAPI门户。参考图中示例步骤获取SDK工程示例代码。...
Player SDK,Push SDK,Short Video SDK,and Queen SDK.Feature Player SDK Push SDK ARTC SDK Short Video SDK Queen SDK Live streaming by streamer Supported Streamer-viewer co-streaming Streamer battle Supported(available in ...
在房间页面,能看到的每个视图,大到整个信息面板,小到分享、点赞、美颜等图标,都是或者属于一个组件。考虑到组件与组件之间有着极为复杂的相对位置关系,SDK内部设计通过setContentView传递的XML资源文件来进行组件的灵活配置。以下内容...
本文为您介绍V1.0 SDK如何设置Endpoint。Endpoint是请求接口服务的网络域名,如ecs.cn-hangzhou.aliyuncs.com,V1.0 SDK提供了四种Endpoint的寻址方式。下面按优先级排列的方式,为您详细介绍寻址流程。Endpoint寻址流程 用户自定义 ...
This topic describes how to enable the concurrency feature of an SDK client for Alibaba Cloud Classic SDK for Go.Usage notes:Concurrency is a built-in feature of Go.We recommend that you control the concurrent requests of ...
Introduction If you want to use Classic SDK for.NET,make sure that one of the following.NET SDKs and one of the following .NET runtimes are installed. For more information,visit NET SDK and ...we recommend that you use ...
Overview Alibaba Cloud SDK V1.0 for Node.js is supported in Node.js 8.x and later versions.Only CommonRequest is supported in the SDK V1.0 for Node.js.For new users,we recommend that you use Alibaba Cloud SDK V2.0 for Node...
When you use Alibaba Cloud SDK V1.0 for.NET for development,you must correctly integrate the Core SDK and SDKs of Alibaba Cloud services as dependencies.This topic describes how to configure and manage these dependencies....
获取SDK License后,需要在对应的直播推流SDK、短视频SDK、播放器SDK、美颜特效SDK中接入License以完成SDK的授权流程。通过阅读本文,您可以了解如何在Web、Android、iOS和HarmonyOS 端接入License。前提条件 已申请License,并获取License...
Announcement Alibaba Cloud decides to add Alibaba Cloud SDK V1.0 for Golang to the end-of-support plan due to various historical reasons and policy changes.Alibaba Cloud SDK V2.0 for Golang has been officially available ...
每个产品都有其独立的Endpoint,并且Endpoint与服务区域RegionId有关,不同地域可能是不同的 Endpoint。本文为您介绍V2.0 Go SDK对于Endpoint的配置。Endpoint设置 V2.0 SDK提供了两种Endpoint设置方式,下面按优先级排列:自定义Endpoint...
The latest version of the ApsaraVideo MediaBox SDK service level agreement(SLA)is available.For more information,see Alibaba Cloud International Website ApsaraVideo MediaBox SDK Service Level Agreement.
在调用OpenAPI时,建议采用在项目中集成SDK的方式。使用SDK可以简化开发流程,实现功能的快速集成,同时有效降低维护成本。本文将详细介绍如何在项目中安装SDK以及使用SDK开发。环境要求 PHP = 5.5 安装SDK 由于在安装云产品PHP V1.0 SDK时...