
# RemoteServiceStatus
```
远端设备状态
```
| 参数名           | 类型           | 描述                                    |
|:---|:---|:---|
| isMute        | unsigned int | 麦克风是否关闭 true 关闭 false 打开              |
| isCameraMute  | unsigned int | 摄像头是否关闭 true 关闭 false 打开              |
| volume        | int          | 扬声器音量值 范围 0 \~21                      |
| isSpeakerMute | unsigned int | 扬声器是否关闭 true 关闭 false 打开              |
| isChairman    | unsigned int | 在会议中是否是主席 true 主席 false 非主席           |
| isBase        | unsigned int | 是否是标准版 true 标准版本不带摄像头 false 非标准版本带摄像头 |
   
