| Index: webrtc/api/objc/RTCMediaStreamTrack.h
|
| diff --git a/webrtc/api/objc/RTCMediaStreamTrack.h b/webrtc/api/objc/RTCMediaStreamTrack.h
|
| index 78838439c79bb04fa03dd064bbc9c2f47f4cf19d..b8576bdf3bddebcc5c0e12c2c548292726b15774 100644
|
| --- a/webrtc/api/objc/RTCMediaStreamTrack.h
|
| +++ b/webrtc/api/objc/RTCMediaStreamTrack.h
|
| @@ -11,14 +11,11 @@
|
| #import <Foundation/Foundation.h>
|
|
|
| /**
|
| - * Represents the state of the track. This exposes the same states in C++,
|
| - * which include two more states than are in the W3C spec.
|
| + * Represents the state of the track. This exposes the same states in C++.
|
| */
|
| typedef NS_ENUM(NSInteger, RTCMediaStreamTrackState) {
|
| - RTCMediaStreamTrackStateInitializing,
|
| RTCMediaStreamTrackStateLive,
|
| - RTCMediaStreamTrackStateEnded,
|
| - RTCMediaStreamTrackStateFailed,
|
| + RTCMediaStreamTrackStateEnded
|
| };
|
|
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|