[mac 10.14]屏幕共享中的注释不能用

集成最新的MAC Zoom SDK( v4.3.53914.0121 ),视频会议中进行屏幕共享,注释工具栏中的工具大多不能用,比如画笔画线,无法画出线来。
Windows Zoom SDK没有这个问题。

Please don’t use xcode 10 to build, we currently don’t support xcode 10.

Thank you.
However, in the MAC OS 10.13 system, we use the same installation package, and the annotation tool in the screen sharing can be used normally.
Is there any other possibility?

同是中国开发者 有些问题想请教一下 方便留个联系方式吗 q 271652133

Hi 271652133,

您好,请问您遇到什么问题了呢?我们会尽力帮助您。

短信实名认证的问题,每次开始会议或者加入会议的时候,都会出现短信实名认证,导致跟我系统无法集成(给公办学校做系统的,准备集成ZOOM做教学,无法要求小学生进入会议的时候认证手机号码)。
是要满足什么条件才不会出现短信实名认证(我查看了所有文档,没发现怎么样不会出现短信实名认证),要先购买商用合同吗?

    StartMeetingOptions opts =ZoomMeetingUISettingHelper.getStartMeetingOptions();
    StartMeetingParamsWithoutLogin params = new StartMeetingParamsWithoutLogin();
    //StartMeetingParams4APIUser params = new StartMeetingParams4APIUser();
    params.userId = userID;
    params.zoomToken = SDKZoomToken;
    params.userType = STYPE;
    params.zoomAccessToken = ZAK;
    params.meetingNo = meetingNo;
    params.displayName = displayName;
    ret = meetingService.startMeetingWithParams(context, params, opts);

您好,感谢您提供的信息,关于您遇到的这个问题,我将私信您。