云客服-开始共享:使用示例

时间:2023-11-01 16:13:46

使用示例

function startShare(){this.global_openEye_SDK.openEyeCall.startShareWindow({ response: startShareRespone })}function startShareRespone(data){console.log(data);if (data.result == 0) {        console.info("startShare Success");    } else {        console.error("startShare failed");    }}
support.huaweicloud.com/devg-openeye-cec/cec_05_4336.html