-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathstringee_plugin.dart
More file actions
29 lines (24 loc) · 876 Bytes
/
stringee_plugin.dart
File metadata and controls
29 lines (24 loc) · 876 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
28
29
export 'src/StringeeClient.dart';
export 'src/StringeeVideoView.dart';
/// Helper
export 'src/StringeeConstants.dart';
export 'src/helper/result.dart';
/// Call
export 'src/call/StringeeCall.dart';
export 'src/call/StringeeCall2.dart';
/// Conference
export 'src/conference/StringeeRoomUser.dart';
export 'src/conference/StringeeVideo.dart';
export 'src/conference/StringeeVideoRoom.dart';
export 'src/conference/StringeeVideoTrack.dart';
export 'src/conference/StringeeVideoTrackInfo.dart';
/// Chat
export 'src/messaging/StringeeChat.dart';
export 'src/messaging/StringeeChatRequest.dart';
export 'src/messaging/StringeeConversation.dart';
export 'src/messaging/StringeeMessage.dart';
export 'src/messaging/StringeeUser.dart';
/// Audio
export 'src/audio/audio_device.dart';
export 'src/audio/stringee_audio_event.dart';
export 'src/audio/stringee_audio_manager.dart';