Making Windows Transparent During Screen Sharing
Function
Up to four windows handles are supported (valid only for the Windows platform).
Function Prototype
setTransparentWnd(wndInfo: TransparentWndInfo, onSetTransparentWndResult?: (ret: SDKERR, reason: string) => void): voidsetTransparentWnd(wndInfo: TransparentWndInfo, onSetTransparentWndResult?: (ret: SDKERR, reason: string) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
wndInfo | Yes | TransparentWndInfo | Window handle information. |
onSetTransparentWndResult | Yes | (ret: SDKERR, reason: string) => void | Callback of making windows transparent. |
Parameter | Mandatory | Type | Description |
---|---|---|---|
handle | Yes | HWM_HWND * | Window handles. |
count | Yes | number | Number of window handles. |
Return Values
void
Callback Method Parameters
(ret: SDKERR, reason: string) => void
Parameter | Type | Description |
---|---|---|
ret | For details about SDKERR, see Error Code Reference. | Error code. |
reason | string | Error description. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot