MicroKaraokeRecordingData

public struct MicroKaraokeRecordingData : Content

Used to upload a Micro Karaoke video. The offerID comes from the server when it offers a song clip.

Used by:

  • POST /api/v3/karaoke/mk/recording
  • The offer from the server that this upload is fulfilling. Basically the reservation the server gives the client for a song clip.

    Declaration

    Swift

    var offerID: UUID
  • The uploaded video; usually a .mp4

    Declaration

    Swift

    var videoData: Data