Package live.hms.video.sdk.models
Class HMSBrowserRecordingState
-
- All Implemented Interfaces:
public final class HMSBrowserRecordingStateDetails on whether the room is being recorded by a browser client bot.
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanrunningprivate final HMSExceptionerrorprivate final LongstartedAtprivate final LongstoppedAtprivate final Booleaninitialisingprivate final HMSRecordingStatestate
-
Constructor Summary
Constructors Constructor Description HMSBrowserRecordingState(Boolean running, HMSException error, Long startedAt, Long stoppedAt, Boolean initialising, HMSRecordingState state)
-
Method Summary
Modifier and Type Method Description final BooleangetRunning()final HMSExceptiongetError()final LonggetStartedAt()final LonggetStoppedAt()final BooleangetInitialising()final HMSRecordingStategetState()-
-
Constructor Detail
-
HMSBrowserRecordingState
HMSBrowserRecordingState(Boolean running, HMSException error, Long startedAt, Long stoppedAt, Boolean initialising, HMSRecordingState state)
- Parameters:
running- true if the room is currently being recorded false otherwise.error- null if there was no exception during recording, present otherwise.
-
-
Method Detail
-
getRunning
final Boolean getRunning()
-
getError
final HMSException getError()
-
getStartedAt
final Long getStartedAt()
-
getStoppedAt
final Long getStoppedAt()
-
getInitialising
final Boolean getInitialising()
-
getState
final HMSRecordingState getState()
-
-
-
-