Broadcast

public struct Broadcast

The struct that represents a BoxCast broadcast.

  • id

    The unique identifier for the broadcast.

    Declaration

    Swift

    public let id: String
  • The name of the broadcast.

    Declaration

    Swift

    public let name: String
  • The description of the broadcast.

    Declaration

    Swift

    public let description: String
  • The image URL for the thumbnail of the broadcast.

    Declaration

    Swift

    public let thumbnailURL: URL?
  • The channel’s unique identifier that includes this broadcast.

    Declaration

    Swift

    public let channelId: String
  • The start date of the broadcast.

    Declaration

    Swift

    public let startDate: Date
  • The stop date of the broadcast.

    Declaration

    Swift

    public let stopDate: Date