Class BaseStopScreenRecordingOptions<T extends BaseStopScreenRecordingOptions<T>>

    • Constructor Detail

      • BaseStopScreenRecordingOptions

        public BaseStopScreenRecordingOptions()
    • Method Detail

      • withUploadOptions

        public T withUploadOptions​(ScreenRecordingUploadOptions uploadOptions)
        The remotePath upload option is the path to the remote location, where the resulting video should be uploaded. The following protocols are supported: http/https (multipart), ftp. Missing value (the default setting) means the content of resulting file should be encoded as Base64 and passed as the endpoint response value, but an exception will be thrown if the generated media file is too big to fit into the available process memory.
        Overrides:
        withUploadOptions in class BaseScreenRecordingOptions<BaseStopScreenRecordingOptions<T extends BaseStopScreenRecordingOptions<T>>>
        Parameters:
        uploadOptions - see the documentation on ScreenRecordingUploadOptions for more details.
        Returns:
        self instance for chaining.