On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.REMOTE_STREAM_STATE_CHANGED_REASON Enum Reference

Public Attributes

 REASON_REMOTE_STREAM_STARTED =(0)
 
 REASON_REMOTE_STREAM_STOPPED =(1)
 

Detailed Description

The reasons causing the change of the remote stream state.

Member Data Documentation

◆ REASON_REMOTE_STREAM_STARTED

io.agora.recording.common.Common.REMOTE_STREAM_STATE_CHANGED_REASON.REASON_REMOTE_STREAM_STARTED =(0)

Starts pulling the stream of the remote user.

◆ REASON_REMOTE_STREAM_STOPPED

io.agora.recording.common.Common.REMOTE_STREAM_STATE_CHANGED_REASON.REASON_REMOTE_STREAM_STOPPED =(1)

Stops pulling the stream of the remote user.