Commit 41a8230a by guoxuejian

feat: add new live session event codes for restart and refresh notifications

parent 903aa475
......@@ -87,6 +87,16 @@ public enum BizCodeEnum {
PSDK_SPEAKER_PROGRESS("psdk_speaker_progress"),
LIVE_RESTART_BEGIN("live_restart_begin"),
LIVE_RESTART_SUCCESS("live_restart_success"),
LIVE_RESTART_FAILED("live_restart_failed"),
LIVE_REFRESH_NOTIFY("live_refresh_notify"),
LIVE_REFRESH_FAILED("live_refresh_failed"),
;
private String code;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment