HowToPublish

public enum HowToPublish : String

The type of publish options.

  • Publish with server-side recording.

    Declaration

    Swift

    case record
  • Publish with server-side recording which is to append file if exists.

    Declaration

    Swift

    case append
  • Publish with server-side recording which is to append and ajust time file if exists.

    Declaration

    Swift

    case appendWithGap
  • Publish.

    Declaration

    Swift

    case live