HMSRtmpStreamingState

data class HMSRtmpStreamingState(val running: Boolean, val error: HMSException?, val startedAt: Long?, val stoppedAt: Long?, var state: HMSStreamingState)

Details on the RTMPs streaming state.

Parameters

running

true if the room is currently being streamed false otherwise.

error

null if there was no exception during streaming, present otherwise.

Constructors

Link copied to clipboard
fun HMSRtmpStreamingState(running: Boolean, error: HMSException?, startedAt: Long?, stoppedAt: Long?, state: HMSStreamingState)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard