| Package | Description |
|---|---|
| com.huaweicloud.sdk.cloudrtc.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static RtcServerRoomInfo.StateEnum |
RtcServerRoomInfo.StateEnum.CLOSED
Enum CLOSED for value: "CLOSED"
|
static RtcServerRoomInfo.StateEnum |
RtcServerRoomInfo.StateEnum.RUNNING
Enum RUNNING for value: "RUNNING"
|
| Modifier and Type | Method and Description |
|---|---|
static RtcServerRoomInfo.StateEnum |
RtcServerRoomInfo.StateEnum.fromValue(String value) |
RtcServerRoomInfo.StateEnum |
RtcServerRoomInfo.getState()
房间状态,取值如下: - RUNNING:开启中 - CLOSED:已关闭
|
static RtcServerRoomInfo.StateEnum |
RtcServerRoomInfo.StateEnum.valueOf(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RtcServerRoomInfo.setState(RtcServerRoomInfo.StateEnum state) |
RtcServerRoomInfo |
RtcServerRoomInfo.withState(RtcServerRoomInfo.StateEnum state) |
Copyright © 2022. All rights reserved.