Ios onDirectShareStatusUpdate callback

Description
When input a wrong meetingid, onDirectShareStatusUpdate doesn’t return MobileRTCDirectShareStatus_WrongMeetingID_Or_SharingKey,
but return a MobileRTCDirectShareStatus_Ended status intead.

Why it doesn’t return MobileRTCDirectShareStatus_WrongMeetingID_Or_SharingKey?

  • (void)onDirectShareStatusUpdate:(MobileRTCDirectShareStatus)status handler:(MobileRTCDirectShareViaMeetingIDOrPairingCodeHandler *_Nullable)handler;

Which iOS Meeting SDK version?
5.7.6

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

  1. direct share
  2. input a wrong meeting number
  3. See return

Screenshots
If applicable, add screenshots to help explain your problem.

Troubleshooting Routes
The troubleshooting attempt types you’ve already exhausted, including testing with the appropriate sample app (found on Zoom · GitHub).

Smartphone (please complete the following information):

  • Device:iPhone 11
  • OS: [e.g. iOS 15]

Additional context
Add any other context about the problem here.

@aaronxu33 ,

Could you confirm that you are on version 5.7.6 for iOS meeting SDK?

yes ,the sdk version is zoom-sdk-ios-5.7.6.1082.

Hi @aaronxu33 ,

You will need to upgrade to newer version of the SDK as the current version you are using has been deprecated

could you help confirm if the callback code is working on 5.9.0?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.