Skip to content

Commit

Permalink
add missing RTCEAGLVideoViewDelegate to src/cordova-plugin-iosrtc-Bri…
Browse files Browse the repository at this point in the history
…dging-Header.h
  • Loading branch information
hthetiot committed Feb 25, 2020
1 parent 61526bc commit 639873c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cordova-plugin-iosrtc-Bridging-Header.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@
#import <WebRTC/RTCVideoRenderer.h>
#import <WebRTC/RTCVideoSource.h>
#import <WebRTC/RTCVideoTrack.h>

// Expose RTCEAGLVideoViewDelegate to Swift
RTC_OBJC_EXPORT
@protocol RTCEAGLVideoViewDelegate <RTCVideoViewDelegate>
@end

0 comments on commit 639873c

Please sign in to comment.