打开虚拟背景设置
接口功能
该接口用于打开虚拟背景设置
函数原型
openVirtualBackgroundSettingPage(onOpenVirtualBackgroundSettingPageResult?: (ret: SDKERR, reason: string) => void): void
请求参数
| 参数名称 | 是否必选 | 参数类型 | 参数说明 | 
|---|---|---|---|
| onOpenVirtualBackgroundSettingPageResult | Y | (ret: SDKERR, reason: string) => void | 打开虚拟背景设置回调 | 
返回值
void
回调方法参数说明:
(ret: SDKERR, reason: string) => void
| 参数名称 | 参数类型 | 参数说明 | 
|---|---|---|
| ret | SDKERR 请参考错误码参考 | 错误码 | 
| reason | string | 错误描述 |