1

我想使用 Circuit SDK (Javascript) 启动白板,然后将背景设置为图像(从本地文件加载或上传)。可能吗?有人知道怎么做吗?谢谢!

4

2 回答 2

3

使用setWhiteboardBackground(callId, file)设置白板背景的方法,其中可接受的参数是

  • callId String - 呼叫的呼叫 ID;
  • file File - 背景图像的 File 对象。

在此处查看更多详细信息。

于 2019-07-05T19:34:12.850 回答
0

在 circuit.github.io 上有一个白板 jsbin,它显示了如何设置背景图像。 https://output.jsbin。com/jeguyah

于 2019-07-05T20:15:55.010 回答