forked from AgoraDoc/landing_page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
product2PlatformMap.js
130 lines (130 loc) · 2.74 KB
/
product2PlatformMap.js
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
const product2PlatformMap = {
Voice: [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"RESTful",
"Electron",
"Unity",
"Flutter",
"ReactNative",
"Cocos Creator",
],
Video: [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"RESTful",
"Electron",
"Unity",
"Flutter",
"ReactNative",
"Cocos Creator",
],
"Interactive Streaming": [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"RESTful",
"Electron",
"Unity",
"Flutter",
"ReactNative",
"Cocos Creator",
], // 互动直播
极速直播: [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"RESTful",
"Electron",
"Unity",
"Flutter",
"ReactNative",
"Cocos Creator",
],
"cloud-recording": ["All Platforms", "RESTful"], // 云端录制
// "Audio Broadcast": [],
// "Interactive Gaming": [],
Recording: ["All Platforms", "Linux"], // 本地服务端录制
"Real-time-Messaging": [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"Linux",
"RESTful",
],
RTSA: ["All Platforms", "Android", "iOS", "macOS", "Windows", "Linux"],
"Agora Analytics": [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"Linux",
"RESTful",
"Electron",
"Unity",
"Flutter",
"ReactNative",
"Cocos Creator",
], // 水晶球
"Agora Platform": [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"微信小程序",
"Windows",
"Linux",
"RESTful",
"Electron",
"Unity",
"Flutter",
"ReactNative",
"Cocos Creator",
],
"Aliyun Audio Moderation": ["All Platforms", "RESTful"],
"Kingsoft Audio Moderation": ["All Platforms", "RESTful"],
"Volcengine AI Vision": ["All Platforms", "Android", "iOS"],
"AI Interactive Classroom": [
"All Platforms",
"Android",
"iOS",
"macOS",
"Web",
"Windows",
],
"One-to-one Classroom": ["All Platforms", "Android", "iOS", "Web", "RESTful"],
"Small Classroom": ["All Platforms", "Android", "iOS", "Web", "RESTful"],
"Lecture Hall": ["All Platforms", "Android", "iOS", "Web", "RESTful"],
"Breakout Classroom": ["All Platforms", "Android", "iOS", "Web", "RESTful"],
"Single Host": ["All Platforms", "Android", "iOS"],
"Multiple Hosts": ["All Platforms", "Android", "iOS"],
"PK Host": ["All Platforms", "Android", "iOS"],
"Virtual Host": ["All Platforms", "Android", "iOS"],
"Live-stream Shopping": ["All Platforms", "Android", "iOS"],
};