Public Attributes | |
LEAVE_CODE_INIT =(0) | |
LEAVE_CODE_SIG =(1<<1) | |
LEAVE_CODE_NO_USERS =(1<<2) | |
LEAVE_CODE_TIMER_CATCH =(1<<3) | |
LEAVE_CODE_CLIENT_LEAVE =(1<<4) | |
The reasons why the recording application leaves channel.
io.agora.recording.common.Common.LEAVE_PATH_CODE.LEAVE_CODE_INIT =(0) |
0: The initialization fails.
io.agora.recording.common.Common.LEAVE_PATH_CODE.LEAVE_CODE_SIG =(1<<1) |
1: The AgoraCoreService process receives the SIGINT signal.
io.agora.recording.common.Common.LEAVE_PATH_CODE.LEAVE_CODE_NO_USERS =(1<<2) |
2: The recording application automatically leaves the channel and stops recording as there is no user in the channel.
io.agora.recording.common.Common.LEAVE_PATH_CODE.LEAVE_CODE_TIMER_CATCH =(1<<3) |
3: The AgoraCoreService process receives the SIGTERM signal.
io.agora.recording.common.Common.LEAVE_PATH_CODE.LEAVE_CODE_CLIENT_LEAVE =(1<<4) |
4: The recording application calls the leaveChannel method to leave the channel.