Uses of Class
com.tencentcloudapi.live.v20180801.models.CreateLiveCallbackTemplateResponse
-
Packages that use CreateLiveCallbackTemplateResponse Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of CreateLiveCallbackTemplateResponse in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 that return CreateLiveCallbackTemplateResponse Modifier and Type Method Description CreateLiveCallbackTemplateResponseLiveClient. CreateLiveCallbackTemplate(CreateLiveCallbackTemplateRequest req)创建回调模板,数量上限:50,成功返回模板id后,需要调用[CreateLiveCallbackRule](/document/product/267/32638)接口将模板 ID 绑定到域名/路径使用。
回调协议相关文档:[事件消息通知](/document/product/267/32744)。 注意:至少填写一个回调 URL。 -
Uses of CreateLiveCallbackTemplateResponse in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CreateLiveCallbackTemplateResponse Constructor Description CreateLiveCallbackTemplateResponse(CreateLiveCallbackTemplateResponse 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.
-