forked from sendbird/sendbird-javascript-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample-info.js
42 lines (41 loc) · 1.54 KB
/
sample-info.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
var SampleInfo = {
web: {
label: 'For web browser',
items: [
{
name: 'Messaging SDK group channel sample',
thumbnail: 'https://dxstmhyqfqr1o.cloudfront.net/screenshots/screenshot-1.png',
url: 'https://sample.sendbird.com/web/group',
repo: 'https://github.com/sendbird/SendBird-JavaScript/tree/master/web-basic-sample'
},
{
name: 'Messaging SDK open channel sample',
thumbnail: 'https://dxstmhyqfqr1o.cloudfront.net/js-sample/live-chat-sample.png',
url: 'https://sample.sendbird.com/web/open',
repo: 'https://github.com/sendbird/SendBird-JavaScript/tree/master/web-live-chat'
},
{
name: 'SyncManager sample',
thumbnail: 'https://dxstmhyqfqr1o.cloudfront.net/screenshots/screenshot-1.png',
url: 'https://sample.sendbird.com/web/syncmanager',
repo: 'https://github.com/sendbird/SendBird-JavaScript/tree/master/web-basic-sample-syncmanager'
},
{
name: 'UIKit sample',
thumbnail: 'https://dxstmhyqfqr1o.cloudfront.net/screenshots/screenshot-4.png',
url: 'https://sample.sendbird.com/web/uikit',
repo: 'https://github.com/sendbird/SendBird-JavaScript/tree/master/uikit-samples'
},
]
},
reactnative: {
label: 'For React Native',
items: [
{
name: 'Messaging SDK group channel sample',
thumbnail: './asset/reactnative-sample-thumbnail.jpg',
repo: 'https://github.com/sendbird/SendBird-JavaScript/tree/master/reactnative-hook-sample'
}
]
}
};