ScreenCaptureController

public protocol ScreenCaptureController : MediaStreamController

Control a local video stream bound to a screen capture

  • Get or set the frame size of the stream

    Declaration

    Swift

    var format: FrameSize { get set }
  • Change the screen capture format

    Declaration

    Swift

    func changeFormat(_ format: FrameSize) -> Promise<Void>