forked from Mahabali/Apprtc-swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BridgingHeader.h
executable file
·49 lines (46 loc) · 1.23 KB
/
BridgingHeader.h
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
//
// BridgingHeader.h
// Apprtc
//
// Created by Mahabali on 9/6/15.
// Copyright (c) 2015 Mahabali. All rights reserved.
//
#ifndef Apprtc_BridgingHeader_h
#define Apprtc_BridgingHeader_h
#import <Foundation/Foundation.h>
#import "ARDAppClient.h"
#import "ARDMessageResponse.h"
#import "ARDRegisterResponse.h"
#import "ARDSignalingMessage.h"
#import "ARDUtilities.h"
#import "ARDWebSocketChannel.h"
#import "RTCPeerConnection.h"
#import "RTCPeerConnectionFactory.h"
#import "RTCPeerConnection.h"
#import "RTCMediaConstraints.h"
#import "RTCPair.h"
#import "RTCPeerConnectionDelegate.h"
#import "RTCSessionDescriptionDelegate.h"
#import "RTCVideoCapturer.h"
#import "RTCVideoSource.h"
#import "RTCVideoTrack.h"
#import "RTCAudioTrack.h"
#import "RTCMediaStream.h"
#import "RTCSessionDescription.h"
#import "RTCICECandidate.h"
#import "RTCICEServer.h"
#import "RTCDataChannel.h"
#import "RTCAudioSource.h"
#import "RTCEAGLVideoView.h"
#import "RTCI420Frame.h"
#import "RTCMediaSource.h"
#import "RTCMediaStreamTrack.h"
#import "RTCOpenGLVideoRenderer.h"
#import "RTCSessionDescription.h"
#import "RTCStatsDelegate.h"
#import "RTCStatsReport.h"
#import "RTCTypes.h"
#import "RTCVideoRenderer.h"
#import "RTCVideoSource.h"
#import "RTCVideoTrack.h"
#endif