summaryrefslogtreecommitdiff
path: root/app/webrtc/objc/RTCVideoTrack+Internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/webrtc/objc/RTCVideoTrack+Internal.h')
-rw-r--r--app/webrtc/objc/RTCVideoTrack+Internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/webrtc/objc/RTCVideoTrack+Internal.h b/app/webrtc/objc/RTCVideoTrack+Internal.h
index 03c8f95..5f267ac 100644
--- a/app/webrtc/objc/RTCVideoTrack+Internal.h
+++ b/app/webrtc/objc/RTCVideoTrack+Internal.h
@@ -34,7 +34,7 @@
@interface RTCVideoTrack (Internal)
-@property(nonatomic, assign, readonly)
- rtc::scoped_refptr<webrtc::VideoTrackInterface> videoTrack;
+@property(nonatomic, readonly)
+ rtc::scoped_refptr<webrtc::VideoTrackInterface> nativeVideoTrack;
@end