Skip to content

Commit 639873c

Browse files
committed
add missing RTCEAGLVideoViewDelegate to src/cordova-plugin-iosrtc-Bridging-Header.h
1 parent 61526bc commit 639873c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cordova-plugin-iosrtc-Bridging-Header.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@
2323
#import <WebRTC/RTCVideoRenderer.h>
2424
#import <WebRTC/RTCVideoSource.h>
2525
#import <WebRTC/RTCVideoTrack.h>
26+
27+
// Expose RTCEAGLVideoViewDelegate to Swift
28+
RTC_OBJC_EXPORT
29+
@protocol RTCEAGLVideoViewDelegate <RTCVideoViewDelegate>
30+
@end

0 commit comments

Comments
 (0)