Package live.hms.video.sdk.models
Class HMSRoom
-
-
Field Summary
Fields Modifier and Type Field Description private final List<Transcriptions>transcriptionsprivate final HMSRtmpStreamingStatertmpHMSRtmpStreamingStateprivate final HMSServerRecordingStateserverRecordingStateprivate final HMSBrowserRecordingStatebrowserRecordingStateprivate final HMSHLSStreamingStatehlsStreamingStateprivate final HmsHlsRecordingStatehlsRecordingStateprivate final IntegerpeerCountprivate final BooleanisLargeRoomprivate final List<HMSPeer>peerListprivate final HMSLocalPeerlocalPeerprivate final StringsessionIdprivate StringroomIdprivate Stringnameprivate LongstartedAt
-
Method Summary
Modifier and Type Method Description final List<Transcriptions>getTranscriptions()final HMSRtmpStreamingStategetRtmpHMSRtmpStreamingState()final HMSServerRecordingStategetServerRecordingState()final HMSBrowserRecordingStategetBrowserRecordingState()final HMSHLSStreamingStategetHlsStreamingState()final HmsHlsRecordingStategetHlsRecordingState()final IntegergetPeerCount()final BooleanisLargeRoom()final List<HMSPeer>getPeerList()final HMSLocalPeergetLocalPeer()final StringgetSessionId()final StringgetRoomId()The ID of this room final UnitsetRoomId(String roomId)The ID of this room final StringgetName()The name of this room final UnitsetName(String name)The name of this room final LonggetStartedAt()timestamp of when the first peer joined the room. final UnitsetStartedAt(Long startedAt)timestamp of when the first peer joined the room. -
-
Method Detail
-
getTranscriptions
final List<Transcriptions> getTranscriptions()
-
getRtmpHMSRtmpStreamingState
final HMSRtmpStreamingState getRtmpHMSRtmpStreamingState()
-
getServerRecordingState
final HMSServerRecordingState getServerRecordingState()
-
getBrowserRecordingState
final HMSBrowserRecordingState getBrowserRecordingState()
-
getHlsStreamingState
final HMSHLSStreamingState getHlsStreamingState()
-
getHlsRecordingState
final HmsHlsRecordingState getHlsRecordingState()
-
getPeerCount
final Integer getPeerCount()
-
isLargeRoom
final Boolean isLargeRoom()
-
getPeerList
final List<HMSPeer> getPeerList()
-
getLocalPeer
final HMSLocalPeer getLocalPeer()
-
getSessionId
final String getSessionId()
-
getStartedAt
final Long getStartedAt()
timestamp of when the first peer joined the room.
-
setStartedAt
final Unit setStartedAt(Long startedAt)
timestamp of when the first peer joined the room.
-
-
-
-