-
Notifications
You must be signed in to change notification settings - Fork 1k
/
README.zh.yaml
68 lines (53 loc) · 2.67 KB
/
README.zh.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Meta:
name: Open Video Call Windows
# en or cn
lang: cn
project: OpenVideoCall
# | 代表这里是字符串
description: |
这个开源示例项目演示了如何快速集成 Agora 视频 SDK,实现多人视频通话。
在这个示例项目中包含了以下功能:
- 加入通话和离开通话;
- 静音和解除静音;
- 关闭摄像头和打开摄像头;
- 选择摄像头;
- 发送频道内消息;
- 选择分辨率、码率和帧率;
- 设置加密模式;
- 开启和关闭黑白滤镜;
本开源项目使用 **C++** 语言
你也可以在这里查看入门版的示例项目:[Agora-Windows-Tutorial-1to1](https://github.com/AgoraIO/Agora-Windows-Tutorial-1to1)
Agora 视频 SDK 支持 iOS / Android / Windows / macOS 等多个平台,你可以查看对应各平台的示例项目:
- [OpenVideoCall-Android](https://github.com/AgoraIO/OpenVideoCall-Android)
- [OpenVideoCall-iOS](https://github.com/AgoraIO/OpenVideoCall-iOS)
- [OpenVideoCall-macOS](https://github.com/AgoraIO/OpenVideoCall-macOS)
Prerequisites:
- Visual Studio 2013 或更高版本
- Windows 7 或更高版本
QuickStart:
description:
这个段落主要讲解了如何编译和运行实例程序。
sections:
- title: 创建Agora账号并获取AppId
content: |
在编译和启动实例程序前,您需要首先获取一个可用的App ID:
1. 在[agora.io](https://dashboard.agora.io/signin/)创建一个开发者账号
2. 前往后台页面,点击左部导航栏的 **项目 > 项目列表** 菜单
3. 复制后台的 **App ID** 并备注,稍后启动应用时会用到它
4. 将 AppID 内容替换至 APP_ID 宏定义中
```
#define APP_ID _T("Your App ID")
```
- title: 集成 Agora 视频 SDK
content: |
$_{WIN_INTEGRATE}
- title: 常见问题
content: |
1. 程序编译后,在运行程序时如若出现:无法启动程序 "xxx\xxx\xxx\Debug\Language\English.dll" 的错误提示, 请在解决方案资源管理器中选中 OpenVideoCall 项目,并右击,在弹出的菜单栏中选择 "设为启动项目",即可解决。之后重新运行程序即可。
2. sdk/dll 文件下的 dll 库也需要放在相应的执行路径下。
温馨提示:此案例教程中已经为您配置好相关的 dll 库,若用户想自己使用 agora 提供的接口进行相关开发,则需按上述提示将 dll 库放入相应的执行路径下。
Resources:
document: https://docs.agora.io/cn/
issue: https://github.com/AgoraIO/Basic-Video-Call/issues
License:
type: MIT