Zoom Meeting SDK

Meeting SDK is an exciting development. Some questions.

  1. Can we write back to chat real time?
  2. Can we insert audio into the stream on behalf of the meeting bot?
  3. Are there plans for an ios/Android SDK.

Can I get a response here?

  1. Can we write back to chat real-time?

Our Native SDKs offer interfaces to interact with the in-meeting chat. For example, see Andriod and IOS in-meeting chat reference:

Android Interface InMeetingChatController

https://marketplace.zoom.us/docs/sdk/native-sdks/android/sdk-reference

MobileRTCMeetingChat Class Reference

https://marketplacefront.zoom.us/sdk/meeting/ios/interface_mobile_r_t_c_meeting_chat.html

You may also be interested in checking out this post as well:

  1. Can we insert audio into the stream on behalf of the meeting bot?

With a Zoom App, you can obtains raw audio and/or video data.

  1. Are there plans for an ios/Android SDK.

Yes, we have an IOS/Android SDK. For a full list of our SDK offerings, please see our help documentation here:

https://marketplace.zoom.us/docs/sdk/

Zoom Meeting Android SDK

https://marketplace.zoom.us/docs/sdk/native-sdks/android/

Zoom Meeting iOS SDK

https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/

Thank you @donte.zoom you missed one question. Can we insert audio from a bot into the zoom meeting?

@thewelshbeuller,

It is my understanding the Zoom Meeting bot DOES support streaming media into the meeting. It just lets you automatically start locally recording. I am working to double-check this and will provide update on what I learn here.

Addendum

So with the different SDKs we can join the meeting as a bot, capture the audio and write to chat?

@thewelshbeuller,

Correct, the native SDK supports raw data access and you can also send a message in the chat.