|
On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
|
Public Attributes | |
| AUTOMATICALLY_MODE =(0) | |
| MANUALLY_MODE =(1) | |
Whether to record automatically or manually.
| io.agora.recording.common.Common.TRIGGER_MODE_TYPE.AUTOMATICALLY_MODE =(0) |
0: (Default) Automatically.
| io.agora.recording.common.Common.TRIGGER_MODE_TYPE.MANUALLY_MODE =(1) |
1: Manually. To start and stop recording, call startService and stopService respectively.