|
@@ -56,6 +56,8 @@ public class RoomResult {
|
|
|
@ApiModelProperty("声部编号")
|
|
|
private String subjectId;
|
|
|
|
|
|
+ @ApiModelProperty("os")
|
|
|
+ private String os;
|
|
|
public RoomResult rtcRoomConfig(RTCRoomConfig rtcRoomConfig) {
|
|
|
this.rtcRoomConfig = rtcRoomConfig;
|
|
|
return this;
|