Intel® Collaboration Suite for WebRTC  version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for iOS*
OWTRemoteMixedStream.h
1 // Copyright (C) <2018> Intel Corporation
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 #import "OWT/OWTRemoteStream.h"
5 NS_ASSUME_NONNULL_BEGIN
7 RTC_OBJC_EXPORT
12 - (void)streamDidChangeVideoLayout:(OWTRemoteMixedStream*)stream;
16 - (void)streamDidChangeActiveInput:(NSString*)activeAudioInputStreamId;
17 @end
19 RTC_OBJC_EXPORT
32 @property(readonly, strong) NSString* viewport;
33 @property(nonatomic, weak) id<OWTRemoteMixedStreamDelegate> delegateMix;
34 @end
35 NS_ASSUME_NONNULL_END
NSString * viewport
A property of mixed streams which distinguishes them from other mixed streams a conference room provi...
Definition: OWTRemoteMixedStream.h:32
Definition: OWTRemoteStream.h:28
Definition: OWTRemoteMixedStream.h:8
This class represent a mixed remote stream.
Definition: OWTRemoteMixedStream.h:20
This class represents a remote stream.
Definition: OWTRemoteStream.h:10