iOS: add type to peer connection local streams
BUG= Review-Url: https://codereview.webrtc.org/2249173002 Cr-Commit-Position: refs/heads/master@{#13825}
This commit is contained in:
@ -115,7 +115,7 @@ RTC_EXPORT
|
||||
* streams being added or removed.
|
||||
*/
|
||||
@property(nonatomic, weak, nullable) id<RTCPeerConnectionDelegate> delegate;
|
||||
@property(nonatomic, readonly) NSArray *localStreams;
|
||||
@property(nonatomic, readonly) NSArray<RTCMediaStream *> *localStreams;
|
||||
@property(nonatomic, readonly, nullable)
|
||||
RTCSessionDescription *localDescription;
|
||||
@property(nonatomic, readonly, nullable)
|
||||
|
||||
Reference in New Issue
Block a user