AuxStream

public class AuxStream

Undocumented

  • AuxStream render view.

    Since

    2.0.0

    Declaration

    Swift

    public private(set) var renderView: MediaRenderView? { get }
  • Person presented in auxiliary stream.

    Since

    2.0.0

    Declaration

    Swift

    public internal(set) var person: CallMembership? { get }
  • True if auxiliary stream is sending video. Otherwise, false.

    Since

    2.0.0

    Declaration

    Swift

    public var isSendingVideo: Bool { get }
  • The render view dimensions (points) of this AuxStream.

    Since

    2.0.0

    Declaration

    Swift

    public var auxStreamSize: CMVideoDimensions { get }
  • Close auxiliary stream. Result will call back through auxStreamClosedEvent.

    See

    see AuxStreamChangeEvent.auxStreamClosedEvent

    Since

    2.0.0

    Declaration

    Swift

    public func close()

    Return Value

    Void