//
//  Conference.h
//  RainbowModule
//
//  Created by Doha Tubaileh on 23/5/2021.
//  Copyright © 2021 Facebook. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTEventEmitter.h>
#import "Rainbow/Rainbow.h"

@interface WebRTCConference : NSObject <RCTBridgeModule>
- (RTCVideoTrack*)getStreamFromPublisherId :(NSString *) publisherId;
- (RTCVideoTrack*)getMyUserVideoConference;
- (RTCVideoTrack*)getScreenShareVideoConference;
@end
