How to send/recieve Instant Messages by Electron SDK

Hi.

I succeeded executed demo App of Electron-Zoom-SDK in GitHub with Electron 5.0.2.

I want to know how to send/receive Messages directly without Chat-Dlg.
But I can not find any functions in Electron-Zoom-SDK about it.

Could I know how to?

Hi esten,

Thanks for using Zoom SDK. Currently the send/receive chat message interface has not been wrapped into the Javascript layer of the Electron SDK. Right now it is only available in the native SDK layer. I will forward this as a feature request to the engineering team.

Thank you!

Thank you Carson_Chen!

I understood.

Let me know if any other questions. Happy Zooming! :slight_smile:

I would also like to send private messages from my Electron app. Thanks!

Hi Sam,

If you would like to send chats using interfaces, it is not supported in the Electron SDK right now.

Thanks!

Hi @carson.zoom, is it on the roadmap to put it in the Electron SDK?

I made my PoC using C# only for that reason. I would love to create it for Electron because the app I’m trying to integrate it with is build using html/js/css.

Thanks.

At last, I made my application using C# and succeed to send/receive messages :slight_smile:

Hi @sam.decrock,

I have forwarded this as a feature request to the engineering team, and we are investigating the possibility of adding this in Electron SDK(Depends on the bandwidth). I will keep you updated.

Thanks!