停止共享屏幕
更新时间:2026-06-10 13:51:47

停止共享屏幕 stopShare

描述:停止共享屏幕

示例
const onsuccess = () => {
	console.error('stopShare success');
};
const onerror = (error) => {
	console.error(error);
};

YlinkMeeting.stopShare(onsuccess, onerror);
参数
名称 类型 是否必须 描述
onsuccess () => void 接口成功回调
onerror (error: string) => void 接口失败回调
返回数据

void

本页目录