Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTLocalStream.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 #import "OWT/OWTStream.h"
5 #import "WebRTC/RTCMediaStream.h"
6 NS_ASSUME_NONNULL_BEGIN
9 RTC_OBJC_EXPORT
18 - (instancetype)initWithMediaStream:(RTCMediaStream*)mediaStream
19  source:(OWTStreamSourceInfo*)source;
27 - (instancetype)initWithConstratins:(OWTStreamConstraints*)constraints
28  error:(NSError**)outError;
34 - (void)setAttributes:(NSDictionary<NSString*, NSString*>*)attributes;
35 @end
36 NS_ASSUME_NONNULL_END
Base class of all streams in the SDK.
Definition: OWTStream.h:12
This class represent a local stream.
Definition: OWTLocalStream.h:10
Information of a stream&#39;s source.
Definition: OWTMediaFormat.h:117
Constraints for creating a MediaStream from screen mic and camera.
Definition: OWTMediaFormat.h:130