![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
|
This class represent a mixed remote stream. More...
#import <OWTRemoteMixedStream.h>
Properties | |
NSString * | viewport |
A property of mixed streams which distinguishes them from other mixed streams a conference room provides. More... | |
id< OWTRemoteMixedStreamDelegate > | delegateMix |
![]() | |
NSString * | origin |
NSString * | streamId |
OWTPublicationSettings * | settings |
OWTSubscriptionCapabilities * | capabilities |
Original settings for publishing this stream. | |
id< OWTRemoteStreamDelegate > | delegate |
Capabilities remote endpoint provides for subscription. | |
![]() | |
RTCMediaStream * | mediaStream |
OWTStreamSourceInfo * | source |
Additional Inherited Members | |
![]() | |
(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... | |
This class represent a mixed remote stream.
|
readatomicstrong |
A property of mixed streams which distinguishes them from other mixed streams a conference room provides.
A conference room, since Intel CS for WebRTC v3.4 and later, has been extended to support multiple presentations of the mixed audio and video for variant purposes. For example, in remote education scenario, the teacher and students may subscribe different mixed streams with view of 'teacher' and 'student' respectively in the same class conference room. It is also the label of a mixed stream indicating its peculiarity with a meaningful string-typed value, which must be unique within a room.