AuxStream
public class AuxStream
Represents an AuxStream
-
AuxStreamrender view.Since
2.0.0Declaration
Swift
public private(set) var renderView: MediaRenderView? { get } -
Person presented in auxiliary stream.
Since
2.0.0Declaration
Swift
public internal(set) var person: CallMembership? { get } -
True if auxiliary stream is sending video. Otherwise, false.
Since
2.0.0Declaration
Swift
public var isSendingVideo: Bool -
The render view dimensions (points) of this
AuxStream.Since
2.0.0Declaration
Swift
public var auxStreamSize: CMVideoDimensions -
Close auxiliary stream. Result will call back through auxStreamClosedEvent.
See
see AuxStreamChangeEvent.auxStreamClosedEventSince
2.0.0Declaration
Swift
public func close()Return Value
Void
View on GitHub