-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.js
More file actions
executable file
·27 lines (26 loc) · 884 Bytes
/
index.js
File metadata and controls
executable file
·27 lines (26 loc) · 884 Bytes
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
import StringeeClient from './src/StringeeClient';
import StringeeCall from './src/StringeeCall';
import StringeeCall2 from './src/StringeeCall2';
import {StringeeVideoView} from './src/StringeeVideoView';
import StringeeServerAddress from './src/helpers/StringeeServerAddress';
import Conversation from './src/chat/Conversation';
import Message from './src/chat/Message';
import User from './src/chat/User';
import ChatRequest from './src/chat/ChatRequest';
import UserInfoParam from './src/helpers/UserInfoParam';
import LiveChatTicketParam from './src/helpers/LiveChatTicketParam';
import {StringeeVideoScalingType} from './src/helpers/StringeeHelper';
export {
StringeeClient,
StringeeCall,
StringeeCall2,
StringeeVideoView,
StringeeServerAddress,
Conversation,
Message,
User,
ChatRequest,
UserInfoParam,
LiveChatTicketParam,
StringeeVideoScalingType,
};