forked from AgoraIO/Basic-Video-Call
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.yaml
44 lines (37 loc) · 1.35 KB
/
README.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
Meta:
name: macOS Tutorial for Objective-C - 1to1
# en or cn
lang: en
project: Agora Mac Tutorial Objective-C
# | 代表这里是字符串
description: |
The Agora macOS Tutorial for Objective-C 1to1 Sample App is an open-source demo that will help you get video chat integrated directly into your macOS applications using the Agora Video SDK.
With this sample app, you can:
- Join / leave channel
- Mute / unmute audio
- Mute / unmute video
- Device selection
- Screen share
Prerequisites:
- Xcode 10.0+
QuickStart:
description:
This section shows you how to prepare, build, and run the sample application.
sections:
- title: Obtain an App ID
content: |
$_{APPID}
5. Open `Agora Mac Tutorial Objective-C.xcodeproj` and edit the `AppID.m` file. Update `<#Your App Id#>` with your app ID, and assign the token variable with the temp Access Token generated from dashboard.
```
NSString *const appID = @"<#Your App ID#>";
// assign token to nil if you have not enabled app certificate
NSString *const token = @"<#Temp Token#>";
```
- title: Integrate the Agora Video SDK
content: |
$_{MAC_RUN}
Resources:
document: https://docs.agora.io/en/
issue: https://github.com/AgoraIO/Basic-Video-Call/issues
License:
type: MIT