Class SessionLivestreamMinimalModel

java.lang.Object
com.ringcentral.definitions.SessionLivestreamMinimalModel

public class SessionLivestreamMinimalModel extends Object
  • Field Details

    • livestreamId

      public String livestreamId
      Identifier of the livestream Required Example: 40740e06-4eec-4458-a86e-8578e192274q
    • serviceProvider

      public String serviceProvider
      Name of the livestreaming service provider Required Example: YoutTube
    • livestreamStatus

      public String livestreamStatus
      Last known state of the livestream as notified by Webinar Livestreaming Controller Service (WLCS). Value may not be consistent with latest state, especially for livestream associated with OAuth2.0 based service providers. Thus, state must be obtained directly from WLCS Required Example: Initialized Enum: Initialized, Authorized, Configured, PublishSetup, Publishing, Paused, Error, Break, Deleted, Completed
    • previousLivestreamStatus

      public String previousLivestreamStatus
      Last known state of the livestream as notified by Webinar Livestreaming Controller Service (WLCS). Value may not be consistent with latest state, especially for livestream associated with OAuth2.0 based service providers. Thus, state must be obtained directly from WLCS Example: Initialized Enum: Initialized, Authorized, Configured, PublishSetup, Publishing, Paused, Error, Break, Deleted, Completed
    • livestreamStartTime

      public String livestreamStartTime
      Time at which the session started to publish media to livestream service provider. Format: date-time
    • error

      public ApiError error
  • Constructor Details

    • SessionLivestreamMinimalModel

      public SessionLivestreamMinimalModel()
  • Method Details