Uses of Class
com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeSIPServerRequest
-
Packages that use DescribeSIPServerRequest Package Description com.tencentcloudapi.iotvideoindustry.v20201201 com.tencentcloudapi.iotvideoindustry.v20201201.models -
-
Uses of DescribeSIPServerRequest in com.tencentcloudapi.iotvideoindustry.v20201201
Methods in com.tencentcloudapi.iotvideoindustry.v20201201 with parameters of type DescribeSIPServerRequest Modifier and Type Method Description DescribeSIPServerResponseIotvideoindustryClient. DescribeSIPServer(DescribeSIPServerRequest req)本接口用于获取SIP服务器相关配置,用户可以通过这些配置项,将设备通过GB28181协议注册到本服务。 -
Uses of DescribeSIPServerRequest in com.tencentcloudapi.iotvideoindustry.v20201201.models
Constructors in com.tencentcloudapi.iotvideoindustry.v20201201.models with parameters of type DescribeSIPServerRequest Constructor Description DescribeSIPServerRequest(DescribeSIPServerRequest 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.
-