How do I get the status of airhost.app

Description
I’m using a custom UI and want to use airhost.app. However, I couldn’t get the state of air, such as start screen mirroring and end screen mirroring. Can I get these states? Thank you for your help!
Smartphone (please complete the following information):

  • Device: iMac
  • OS: 10.15.5
  • Version [5.2.41735.0929]

Hi @15604510000,

Thanks for the post. You may use the following interface to get the status:

/**
 * @brief Notification of the sharing status in the meeting.
 * @param status The sharing status.
 * @param userID The ID of user who is sharing.
 *
 */
- (void)onSharingStatus:(ZoomSDKShareStatus)status User:(unsigned int)userID;

Thanks!