Uses of Class
com.tencentcloudapi.trtc.v20190722.models.AgentParams
-
Packages that use AgentParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of AgentParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return AgentParams Modifier and Type Method Description AgentParamsStartPublishCdnStreamRequest. getAgentParams()Get 转推服务加入TRTC房间的机器人参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type AgentParams Modifier and Type Method Description voidStartPublishCdnStreamRequest. setAgentParams(AgentParams AgentParams)Set 转推服务加入TRTC房间的机器人参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type AgentParams Constructor Description AgentParams(AgentParams 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.
-