projects/openvidu-components-angular/src/lib/services/recording/recording.service.ts
Properties |
Methods |
setRecordingStarting |
setRecordingStarting()
|
Set the RecordingStatus to starting.
The
Returns :
void
|
setRecordingStopping |
setRecordingStopping()
|
Set the RecordingStatus to stopping.
The
Returns :
void
|
recordingStatusObs |
Type : Observable<RecordingStatusInfo>
|
Recording status Observable which pushes the recording state in every update. |