This is the documentation for ToiMediaServiceRecorderInfo.
Use toi.statics.ToiMediaServiceRecorderInfo.create(<sessionId>, <url>, <state>, <reason>, <assetId>) to create an instance of ToiMediaServiceRecorderInfo.
import "ToiMediaServiceRecorderInfo.idl";
Public Attributes | |
| attribute ToiMediaSession::TToiSessionId | sessionId |
| attribute string | url |
| attribute ToiMediaRecorderBase::TToiMediaRecorderState | state |
| attribute string | reason |
| attribute string | assetId |
| attribute string ToiMediaServiceRecorderInfo::assetId |
The Identifies the asset to record to. This asset id is a unique number across all recorded asset sessions
| attribute string ToiMediaServiceRecorderInfo::reason |
The reason for the state change.
The session identifier for the recorder.
The current session state.
| attribute string ToiMediaServiceRecorderInfo::url |
The source URL for the Media Recorder.