![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
|
Base class of all streams in the SDK. More...
#import <OWTStream.h>
Instance Methods | |
(instancetype) | - init |
(void) | - attach: |
Attach the stream's first video track to a renderer. More... | |
(NSDictionary< NSString *, NSString * > *) | - attributes |
Returns a user-defined attribute dictionary. More... | |
Properties | |
RTCMediaStream * | mediaStream |
OWTStreamSourceInfo * | source |
Base class of all streams in the SDK.
- (void) attach: | (NSObject< RTCVideoRenderer > *) | renderer |
Attach the stream's first video track to a renderer.
The render doesn't retain this stream. Using this method is not recommended. It will be removed in the future. please use [RTCVideoTrack addRenderer] instead.
- (NSDictionary<NSString*, NSString*>*) attributes |
Returns a user-defined attribute dictionary.
These attributes are defined by publisher. P2P mode always return empty dictionary because it is not supported yet.