Uses of Class
com.tencentcloudapi.gme.v20180711.models.UserMicStatus
-
Packages that use UserMicStatus Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of UserMicStatus in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return UserMicStatus Modifier and Type Method Description UserMicStatus[]ModifyUserMicStatusRequest. getUsers()Get 需要操作的房间内用户以及该用户的目标麦克风状态。Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type UserMicStatus Modifier and Type Method Description voidModifyUserMicStatusRequest. setUsers(UserMicStatus[] Users)Set 需要操作的房间内用户以及该用户的目标麦克风状态。Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type UserMicStatus Constructor Description UserMicStatus(UserMicStatus source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-