//
//  WebrtcP2P.h
//  rainbow
//
//  Created by Doha Tubaileh on 9/16/19.
//  Copyright © 2019 Facebook. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTLog.h>
#import <Rainbow/Rainbow.h>
#import <WebRTC/WebRTC.h>

@interface WebrtcP2P : NSObject <RCTBridgeModule>
-(RTCVideoTrack*)getStreamForReactTag :(NSString *) streamReactTag;

@end
