加入会议后偶尔无法正常进行会议内操作(屏幕分享、邀请等)

Description
加入会议之后,ZoomSDKMeetingServiceDelegate代理中监听的ZoomSDKMeetingStatus经常会只有ZoomSDKMeetingStatus_Connecting一个状态,但是仍会正常生成会议界面,该界面内无法屏幕分享、聊天、邀请等操作。但是有些时候能正常返回状态ZoomSDKMeetingStatus_Connecting ->ZoomSDKMeetingStatus_InMeeting 和ZoomSDKMeetingStatus_AudioReady,此时能正常进行会议内操作。我想知道哪里的设置可能会导致入会状态只返回ZoomSDKMeetingStatus_Connecting,谢谢。

Which version?
v4.6.21666.0427

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots

Smartphone (please complete the following information):

Additional context
Add any other context about the problem here.

Hi @597035146,

Thanks for the post. 请问能否提供一下SDK log以便我们进一步了解和研究你所描述的现象呢?你可以在SDK init的时候enable log feature,然后在以下路径(~/Library/Logs/appName)找到log。

谢谢!