| Index: webrtc/api/objc/RTCVideoTrack+Private.h
|
| diff --git a/webrtc/api/objc/RTCIceServer+Private.h b/webrtc/api/objc/RTCVideoTrack+Private.h
|
| similarity index 63%
|
| copy from webrtc/api/objc/RTCIceServer+Private.h
|
| copy to webrtc/api/objc/RTCVideoTrack+Private.h
|
| index 59f5a92dffa10d313b3cdf98c9e2ca0edc081f1a..a5f50e5cfe6ab39763c0f827139ec9dc8b4fbf94 100644
|
| --- a/webrtc/api/objc/RTCIceServer+Private.h
|
| +++ b/webrtc/api/objc/RTCVideoTrack+Private.h
|
| @@ -8,20 +8,20 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#import "RTCIceServer.h"
|
| +#import "RTCVideoTrack.h"
|
|
|
| -#include "talk/app/webrtc/peerconnectioninterface.h"
|
| +#include "talk/app/webrtc/mediastreaminterface.h"
|
|
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|
| -@interface RTCIceServer ()
|
| +@interface RTCVideoTrack ()
|
|
|
| /**
|
| - * IceServer struct representation of this RTCIceServer object's data.
|
| - * This is needed to pass to the underlying C++ APIs.
|
| + * VideoTrack representation of this RTCVideoTrack object. This is needed to
|
| + * pass to the underlying C++ APIs.
|
| */
|
| @property(nonatomic, readonly)
|
| - webrtc::PeerConnectionInterface::IceServer iceServer;
|
| + rtc::scoped_refptr<webrtc::VideoTrackInterface> nativeVideoTrack;
|
|
|
| @end
|
|
|
|
|