| Index: webrtc/api/objc/RTCPeerConnection.h
|
| diff --git a/webrtc/api/objc/RTCPeerConnection.h b/webrtc/api/objc/RTCPeerConnection.h
|
| index 86668a5b21e3eed968fa3c680bdcce41b53eb5f8..72645b523f44560c7b5bf11d74066f58842ebaf3 100644
|
| --- a/webrtc/api/objc/RTCPeerConnection.h
|
| +++ b/webrtc/api/objc/RTCPeerConnection.h
|
| @@ -181,7 +181,7 @@ typedef NS_ENUM(NSInteger, RTCStatsOutputLevel) {
|
| * statistics are gathered for all tracks.
|
| */
|
| - (void)statsForTrack:
|
| - (nonnull RTCMediaStreamTrack *)mediaStreamTrack
|
| + (nullable RTCMediaStreamTrack *)mediaStreamTrack
|
| statsOutputLevel:(RTCStatsOutputLevel)statsOutputLevel
|
| completionHandler:
|
| (nullable void (^)(NSArray * _Nonnull stats))completionHandler;
|
|
|