1624925521601Event Subscription Updates - June 27, 2021by Yves GrantThe following changes were released on June 27, 2021. New Events Phone phone.call_log_deleted phone.call_log_permanently_deleted phone.voicemail_permanently_deleted phone.voicemail_deleted Accounts account.vanity_url_approved
1624392861272API updates - June 20, 2021by Yves GrantThe following changes were released on June 20, 2021. New APIs and Webhooks Chat Messages: Get a chat message. GET /v2/chat/users/{userId}/messages/{messageId} Meetings & Webinars: Create meeting’s & webinar’s invite links. POST
1623887926834Video SDK Web v1.1.0by Yves GrantMajor change Updated "Instant" namespace to "Video". When you upgrade to 1.1.0 make sure to update Instant to Video. For example change import ZoomInstant from `@zoomus/videosdk'; to import ZoomVideo from '@zoom/videosdk'; Added Local audio
1623714899847Video SDK macOS v1.1.0by Yves GrantAdded SDK sample app. Apple M1 support. Ability to send raw audio data and the support for virtual microphone and virtual speaker. Added NZoomVideoSDKAudioSendRawdata.h Note: When using the virtual speaker, the audio share will be disabled
1623713915138Video SDK Windows v1.1.0by Yves GrantAdded SDK sample app. Ability to send raw audio data. Added new member IZoomVideoSDKVirtualAudioMic for sending raw audio data in ZoomVideoSDKSessionContext. Support for virtual microphone and virtual speaker. Added
1623712822457Video SDK Android v1.1.0by Yves GrantAdded Support for virtual microphone. Interfaces in ZoomVideoSDKVirtualAudioMic.java:- void onMicInitialize(ZoomVideoSDKAudioSender sender); - void onMicStartSend - void onMicStopSend - void onMicUninitialized The ability to send raw audio
1623709257620Video SDK iOS v1.1.0by Yves GrantAdded Virtual audio mic to allow sending raw audio into a session. The interfaces for this are located in ZoomVideoSDK.h, ZoomVideoSDKDelegate.h and ZoomVideoSDKAudioSender.h:@property (nonatomic, assign) id<ZoomVideoSDKVirtualAudioMic>
1623094702578Web Client SDK version 1.9.6by Yves GrantAdded / Updated The Web Meeting SDK does not support mobile devices; same as the Zoom web client. Active Apps Notifier. When someone in a meeting or webinar is utilizing any app that has access to real-time content or personal information
1621891222604API updates - May 23, 2021by Yves GrantThe following changes were released on May 23, 2021. Additions Added new API to mark chat messages read or unread. PATCH /v2/chat/users/{userId}/messages/{messageId}/status Added new API to getting a meeting with archived files. GET