When electron sdk will provide this function?

Description
Since both Win and Mac provide (switchDomain force) function,I hope electron sdk provide it too.
/**

  • @brief Switch to the new domain of the App.
  • @param newDomain The new domain user want to switch to.
  • @return If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
    */
  • (ZoomSDKError)switchDomain:(NSString*)newDomain force:(BOOL)force;

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

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

  1. Request URL / Headers (without credentials) / Body
  2. See error

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

Additional context
Add any other context about the problem here.

Hi guan_bj,

Thanks for the post. The interface you are mentioning is designed for some special cases and currently we do not have any plans to add it into Electron. I will pass this as an enhancement request to the engineering team but if you would like to get it sooner, it is recommended to manually add it in the Electron wrapper and make a wrapper call to the native SDKs.

Thanks!