Uses of Class
com.tencentcloudapi.tiw.v20190919.models.SetWhiteboardPushCallbackKeyRequest
-
Packages that use SetWhiteboardPushCallbackKeyRequest Package Description com.tencentcloudapi.tiw.v20190919 com.tencentcloudapi.tiw.v20190919.models -
-
Uses of SetWhiteboardPushCallbackKeyRequest in com.tencentcloudapi.tiw.v20190919
Methods in com.tencentcloudapi.tiw.v20190919 with parameters of type SetWhiteboardPushCallbackKeyRequest Modifier and Type Method Description SetWhiteboardPushCallbackKeyResponseTiwClient. SetWhiteboardPushCallbackKey(SetWhiteboardPushCallbackKeyRequest req)设置白板推流回调鉴权密钥,回调鉴权方式请参考文档:https://cloud.tencent.com/document/product/1137/40257 -
Uses of SetWhiteboardPushCallbackKeyRequest in com.tencentcloudapi.tiw.v20190919.models
Constructors in com.tencentcloudapi.tiw.v20190919.models with parameters of type SetWhiteboardPushCallbackKeyRequest Constructor Description SetWhiteboardPushCallbackKeyRequest(SetWhiteboardPushCallbackKeyRequest 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.
-