4 #import "OWT/OWTStream.h" 5 #import "WebRTC/RTCMediaStream.h" 6 NS_ASSUME_NONNULL_BEGIN
18 - (instancetype)initWithMediaStream:(RTCMediaStream*)mediaStream
28 error:(NSError**)outError;
34 - (void)setAttributes:(NSDictionary<NSString*, NSString*>*)attributes;
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's source.
Definition: OWTMediaFormat.h:117
Constraints for creating a MediaStream from screen mic and camera.
Definition: OWTMediaFormat.h:130