Uses of Class
com.tencentcloudapi.trtc.v20190722.models.McuUserInfoParams
-
Packages that use McuUserInfoParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of McuUserInfoParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return McuUserInfoParams Modifier and Type Method Description McuUserInfoParams[]McuAudioParams. getSubscribeAudioList()Get 音频用户白名单,start时,为空或不填表示混所有主播音频,填具体值表示混指定主播音频;update时,不填表示不更新,为空表示更新为混所有主播音频,填具体值表示更新为混指定主播音频。 使用黑白名单时,黑白名单必须同时填写。都不填写时表示不更新。同一个用户同时在黑白名单时,以黑名单为主。McuUserInfoParams[]McuAudioParams. getUnSubscribeAudioList()Get 音频用户黑名单,为空或不填表示无黑名单,填具体值表示不混指定主播音频。update时,不填表示不更新,为空表示更新为清空黑名单,填具体值表示更新为不混指定主播音频。 使用黑白名单时,黑白名单必须同时填写。都不填写时表示不更新。同一个用户同时在黑白名单时,以黑名单为主。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuUserInfoParams Modifier and Type Method Description voidMcuAudioParams. setSubscribeAudioList(McuUserInfoParams[] SubscribeAudioList)Set 音频用户白名单,start时,为空或不填表示混所有主播音频,填具体值表示混指定主播音频;update时,不填表示不更新,为空表示更新为混所有主播音频,填具体值表示更新为混指定主播音频。 使用黑白名单时,黑白名单必须同时填写。都不填写时表示不更新。同一个用户同时在黑白名单时,以黑名单为主。voidMcuAudioParams. setUnSubscribeAudioList(McuUserInfoParams[] UnSubscribeAudioList)Set 音频用户黑名单,为空或不填表示无黑名单,填具体值表示不混指定主播音频。update时,不填表示不更新,为空表示更新为清空黑名单,填具体值表示更新为不混指定主播音频。 使用黑白名单时,黑白名单必须同时填写。都不填写时表示不更新。同一个用户同时在黑白名单时,以黑名单为主。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuUserInfoParams Constructor Description McuUserInfoParams(McuUserInfoParams 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.
-