forked from sagarkava/videosdk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsidebarAndroid.js
More file actions
76 lines (75 loc) · 2.16 KB
/
Copy pathsidebarAndroid.js
File metadata and controls
76 lines (75 loc) · 2.16 KB
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
module.exports = {
guideAudioAndVideoCalling: [
{
type: "category",
label: "Introduction",
items: [
"guide/video-and-audio-calling-api-sdk/getting-started",
"guide/video-and-audio-calling-api-sdk/signup-and-create-api",
"guide/video-and-audio-calling-api-sdk/android-sdk",
"guide/video-and-audio-calling-api-sdk/server-setup",
"guide/video-and-audio-calling-api-sdk/quick-start",
],
collapsed: false,
},
{
type: "category",
label: "Quick Start Guide",
items: ["guide/video-and-audio-calling-api-sdk/quick-start"],
collapsed: false,
},
{
type: "category",
label: "Basic Features",
items: [
// "video-and-audio-calling-api-sdk/features/initilize-meeting-factory",
"guide/video-and-audio-calling-api-sdk/features/start-join-meeting",
"guide/video-and-audio-calling-api-sdk/features/manage-participants",
"guide/video-and-audio-calling-api-sdk/features/leave-end-meeting",
"guide/video-and-audio-calling-api-sdk/features/camera-controls",
"guide/video-and-audio-calling-api-sdk/features/mic-controls",
"guide/video-and-audio-calling-api-sdk/features/toggle-participant-media",
],
collapsed: true,
},
{
type: "category",
label: "Advanced Features",
items: [
"guide/video-and-audio-calling-api-sdk/features/record-meeting",
"guide/video-and-audio-calling-api-sdk/features/go-live-social-media",
"guide/video-and-audio-calling-api-sdk/features/pubsub",
],
},
],
apiSidebar: [
{
type: "doc",
id: "api/sdk-reference/setup",
},
{
type: "doc",
id: "api/sdk-reference/video-sdk-class",
},
{
type: "doc",
id: "api/sdk-reference/meeting-class",
},
{
type: "doc",
id: "api/sdk-reference/participant-class",
},
{
type: "doc",
id: "api/sdk-reference/stream-class",
},
{
type: "doc",
id: "api/sdk-reference/meeting-event-listener-class",
},
{
type: "doc",
id: "api/sdk-reference/participant-event-listener-class",
},
],
};