STSLive

@interface STSLive : LHDataObject

Live model of StraaS player SDK

  • The live id.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull liveId;
  • The id of the account which the resource belongs to.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull accountId;
  • The title of the live.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull title;
  • The synopsis of the live.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull synopsis;
  • The status of the live.(ready|started|ended)

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull status;
  • The live event created time.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull createdAt;
  • The start time of the live event.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull startTime;
  • The starting time of live streaming.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull startedAt;
  • The ending time of live streaming.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull endedAt;
  • The large size thumbnail of thumbnail_urls.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *posterUrl;
  • ccu

    The concurrent user in the live.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSNumber *ccu;
  • The hit count of the live.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSNumber *hitCountSum;
  • The play count of the live.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSNumber *playCountSum;
  • The VODs of the live event.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSArray<STSVideo *> *videos;
  • Indicate if the source is 360-degree streaming or not. equirectangular if the source is 360-degree streaming. flat if not.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull projection;
  • The associated chatroom name.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *chatroomName;
  • The image shown in the StraaS web player when the live streaming is off air.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) NSString *coverUrl;
  • A boolean value indicates whether the DVR playback is enabled.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isDvrEnabled;