startAnnotation abstract method

Future<ResultCode> startAnnotation(
  1. RtcSurfaceViewModel viewModel
)

Start annotation and set render window

Parameter viewModel Platform specified window object

Returns

Note Please make sure that annotation service is available before start annotation

开启标注并且设置显示窗口

Parameter viewModel 平台相关的窗口对象。

Returns

Note 开启标注前需要保证白板服务是正常的。

Implementation

Future<ResultCode> startAnnotation(RtcSurfaceViewModel viewModel);