public enum LocalRecordingState| RECORDING | 0 |
The recording was successfuly started and is not (yet) explicitly terminated by StopRecording(Boolean)(true/false) (CANCEL/STOP states accordingly) LocalRecordingStream can provide recorded content in this state. Content which is provided in this state is not completed. |
| STOP | 1 |
Recording was explicitly stopped using StopRecording(Boolean)(false) LocalRecordingStream can provide complete recorded content. |
| CANCEL | 2 |
Recording was explicetly stopped using StopRecording(Boolean)(true) LocalRecordingStream can provide recorded content. |
| FAIL | 3 |
Recording request has been failed. LocalRecordingStream is invalid. |