public static interface AVChatResCode.LiveEventCode
Modifier and Type | Field and Description |
---|---|
static int |
LIVE_CONNECT_FAIL
Connection failed
|
static int |
LIVE_CONNECTED
Get connected to the live room
|
static int |
LIVE_INITIAL
Initialize an instance
|
static int |
LIVE_INNER_ERROR
Internal error
|
static int |
LIVE_PIP_LAYOUT_ERROR
Pcture-in-picture layout error
|
static int |
LIVE_PUSH_FAIL
Failed to publish live streams
|
static int |
LIVE_PUSHING
Publishing live streams
|
static int |
LIVE_START_CONNECTING
Start connecting to the live room
|
static int |
LIVE_USER_COUNT_LIMIT
User limit is reached
|
static final int LIVE_INITIAL
static final int LIVE_PIP_LAYOUT_ERROR
static final int LIVE_START_CONNECTING
static final int LIVE_CONNECTED
static final int LIVE_CONNECT_FAIL
static final int LIVE_PUSHING
static final int LIVE_PUSH_FAIL
static final int LIVE_INNER_ERROR
static final int LIVE_USER_COUNT_LIMIT