Skip to content

Commit ed50d41

Browse files
committed
v4.4.57218.1211
1 parent 3da1c46 commit ed50d41

File tree

170 files changed

+6156
-759
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+6156
-759
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99

1010
**Please plan to upgrade your Android project to AndroidX before 01/01/2020.**
1111

12+
## 2019-12-16 @ [v4.4.57218.1211](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.57218.1211)
13+
14+
## Added:
15+
* Add new interfaces for SDK initialization with JWT token.
16+
* `ZoomSDKInitParams.jwtToken`
17+
* Add new interfaces for the Q&A feature in the webinar.
18+
* `ZoomSDK.getInstance().getInMeetingService().getInMeetingQAController()`
19+
* Add a new interface to get the attendeeID while in the meeting.
20+
* `ZoomSDK.getInstance().getInMeetingService().getParticipantId()`
21+
* Add a new interface to show/hide the "My Connected Time".
22+
* `ZoomSDK.getInstance().getMeetingSettingsHelper().enableShowMyMeetingElapseTime(boolean show)`
23+
* Add a new interface for users to get the meeting password while in the meeting.
24+
* `ZoomSDK.getInstance().getInMeetingService().getMeetingPassword()`
25+
* Add a callback to remind the user that the free meeting will be ended in 10 minutes.
26+
* `InMeetingServiceListener onFreeMeetingReminder(boolean isOrignalHost, boolean canUpgrade, boolean isFirstGift)`
27+
* Add a new callback for the event when the host asks to unmute the attendee's video.
28+
* `InMeetingServiceListener onHostAskStartVideo(long userId)`
29+
30+
## Changed & Fixed:
31+
* Fixed an issue that unable to share any files while using SDK with Android Q.
32+
* Fixed an issue that the meeting restarts for a few times after pressing the end meeting button.
33+
* Fixed an issue that the app crashes when sharing a PDF file and changing pages.
34+
* Fixed an issue that the shared view is not responding while annotating.
35+
* Fixed an issue that the host is unable to mute the attendee's audio.
36+
1237
## 2019-11-04 @ [v4.4.56624.1028](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.56624.1028)
1338

1439
## Added

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
**Please use this version if you are not able to upgrade your project to AndroidX at the moment.**
1313
**Please plan to upgrade your Android project to AndroidX before 01/01/2020.**
1414

15-
3. **Android 64-bit support is available since [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712).**
15+
3. **Android 64-bit support is now available in the release [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712).**, please don't forget to upgrade your Android project to be a AndroidX project.
1616
4. **Variable Name Changes**: Since [v4.3.1.47200.0322](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.3.1.47200.0322), we have renamed the term "APP" to "SDK" in our demo to avoid confusion between the term "API" and "APP".
1717
5. Please be aware that some of our interfaces are deprecated in the latest release, please check out our [CHANGELOG](https://github.com/zoom/zoom-sdk-android/blob/master/CHANGELOG.md) for more detail
1818
6. Encounter with issues? The answer might be waiting for you at [Frequently Asked Questions](https://marketplace.zoom.us/docs/sdk/native-sdks/android/get-help/faq#frequently-asked-questions) sections.
@@ -55,7 +55,7 @@ Before you try out our SDK, you would need the following to get started:
5555
* Once you have your Zoom Account, sign up for a 60-days free trial at [https://marketplace.zoom.us/](https://marketplace.zoom.us/)
5656
* **An Android device**:
5757
* OS: Android 4.0 (API Level 14) or later.
58-
* CPU: armeabi-v7a or above / x86 ABI.
58+
* CPU: armeabi-v7a, x86, armeabi, arm64-v8a, x86_64
5959

6060

6161
### Installing
@@ -130,6 +130,11 @@ Connect your Android device to your computer and simply press "Run" on selected
130130

131131
Please visit [[https://marketplace.zoom.us/docs/sdk/native-sdks/android](https://marketplace.zoom.us/docs/sdk/native-sdks/android)] for details of each features and functions.
132132

133+
## SDK Reference
134+
135+
You may find the SDK interface reference at [https://marketplace.zoom.us/docs/sdk/native-sdks/android/sdk-reference](https://marketplace.zoom.us/docs/sdk/native-sdks/android/sdk-reference).
136+
If you would like to get a local copy of the SDK reference, you may [download it here](https://github.com/zoom/zoom-sdk-android/tree/master/docs).
137+
133138
## Versioning
134139

135140
For the versions available, see the [tags on this repository](https://github.com/zoom/zoom-sdk-android/tags).

docs/allclasses-frame.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 30 18:58:42 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Dec 11 15:37:49 CST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (Zoom.us SDK API Document)</title>
8-
<meta name="date" content="2019-10-30">
8+
<meta name="date" content="2019-12-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -15,12 +15,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
1515
<ul>
1616
<li><a href="us/zoom/sdk/AccountService.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">AccountService</span></a></li>
1717
<li><a href="us/zoom/sdk/Alternativehost.html" title="class in us.zoom.sdk" target="classFrame">Alternativehost</a></li>
18+
<li><a href="us/zoom/sdk/AnswerItem.html" title="class in us.zoom.sdk" target="classFrame">AnswerItem</a></li>
1819
<li><a href="us/zoom/sdk/AudioSourceType.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">AudioSourceType</span></a></li>
1920
<li><a href="us/zoom/sdk/CallOutRoomSystemStatus.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">CallOutRoomSystemStatus</span></a></li>
2021
<li><a href="us/zoom/sdk/CameraDevice.html" title="class in us.zoom.sdk" target="classFrame">CameraDevice</a></li>
2122
<li><a href="us/zoom/sdk/DialOutStatus.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">DialOutStatus</span></a></li>
2223
<li><a href="us/zoom/sdk/DialOutStatusListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">DialOutStatusListener</span></a></li>
2324
<li><a href="us/zoom/sdk/EnumComponentType.html" title="enum in us.zoom.sdk" target="classFrame">EnumComponentType</a></li>
25+
<li><a href="us/zoom/sdk/IAnswerItem.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IAnswerItem</span></a></li>
2426
<li><a href="us/zoom/sdk/InMeetingAnnotationController.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">InMeetingAnnotationController</span></a></li>
2527
<li><a href="us/zoom/sdk/InMeetingAnnotationController.AnnotationToolType.html" title="enum in us.zoom.sdk" target="classFrame">InMeetingAnnotationController.AnnotationToolType</a></li>
2628
<li><a href="us/zoom/sdk/InMeetingAnnotationController.InMeetingAnnotationListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">InMeetingAnnotationController.InMeetingAnnotationListener</span></a></li>
@@ -59,11 +61,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
5961
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.CallOutRoomSystemStatus.html" title="enum in us.zoom.sdk" target="classFrame">InviteRoomSystemHelper.CallOutRoomSystemStatus</a></li>
6062
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.PairingRoomSystemResult.html" title="enum in us.zoom.sdk" target="classFrame">InviteRoomSystemHelper.PairingRoomSystemResult</a></li>
6163
<li><a href="us/zoom/sdk/InviteRoomSystemListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">InviteRoomSystemListener</span></a></li>
64+
<li><a href="us/zoom/sdk/IQAItemInfo.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IQAItemInfo</span></a></li>
65+
<li><a href="us/zoom/sdk/IQAItemStatus.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IQAItemStatus</span></a></li>
6266
<li><a href="us/zoom/sdk/IZoomRetrieveSMSVerificationCodeHandler.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomRetrieveSMSVerificationCodeHandler</span></a></li>
6367
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataDelegate.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKAudioRawDataDelegate</span></a></li>
6468
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataHelper.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKAudioRawDataHelper</span></a></li>
6569
<li><a href="us/zoom/sdk/IZoomSDKRenderer.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKRenderer</span></a></li>
6670
<li><a href="us/zoom/sdk/IZoomSDKVideoRawDataDelegate.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKVideoRawDataDelegate</span></a></li>
71+
<li><a href="us/zoom/sdk/IZoomSDKVideoRawDataDelegate.UserRawDataStatus.html" title="enum in us.zoom.sdk" target="classFrame">IZoomSDKVideoRawDataDelegate.UserRawDataStatus</a></li>
6772
<li><a href="us/zoom/sdk/IZoomVerifySMSVerificationCodeHandler.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomVerifySMSVerificationCodeHandler</span></a></li>
6873
<li><a href="us/zoom/sdk/JoinMeetingOptions.html" title="class in us.zoom.sdk" target="classFrame">JoinMeetingOptions</a></li>
6974
<li><a href="us/zoom/sdk/JoinMeetingParams.html" title="class in us.zoom.sdk" target="classFrame">JoinMeetingParams</a></li>
@@ -98,6 +103,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
98103
<li><a href="us/zoom/sdk/PreMeetingService.ScheduleOrEditMeetingError.html" title="enum in us.zoom.sdk" target="classFrame">PreMeetingService.ScheduleOrEditMeetingError</a></li>
99104
<li><a href="us/zoom/sdk/PreMeetingServiceListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">PreMeetingServiceListener</span></a></li>
100105
<li><a href="us/zoom/sdk/ProxySettingHandler.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">ProxySettingHandler</span></a></li>
106+
<li><a href="us/zoom/sdk/QAItemInfo.html" title="class in us.zoom.sdk" target="classFrame">QAItemInfo</a></li>
101107
<li><a href="us/zoom/sdk/RoomSystemDevice.html" title="class in us.zoom.sdk" target="classFrame">RoomSystemDevice</a></li>
102108
<li><a href="us/zoom/sdk/SessionNetQualityLevel.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">SessionNetQualityLevel</span></a></li>
103109
<li><a href="us/zoom/sdk/SmsListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">SmsListener</span></a></li>

docs/allclasses-noframe.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 30 18:58:42 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Dec 11 15:37:49 CST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes (Zoom.us SDK API Document)</title>
8-
<meta name="date" content="2019-10-30">
8+
<meta name="date" content="2019-12-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -15,12 +15,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
1515
<ul>
1616
<li><a href="us/zoom/sdk/AccountService.html" title="interface in us.zoom.sdk"><span class="interfaceName">AccountService</span></a></li>
1717
<li><a href="us/zoom/sdk/Alternativehost.html" title="class in us.zoom.sdk">Alternativehost</a></li>
18+
<li><a href="us/zoom/sdk/AnswerItem.html" title="class in us.zoom.sdk">AnswerItem</a></li>
1819
<li><a href="us/zoom/sdk/AudioSourceType.html" title="interface in us.zoom.sdk"><span class="interfaceName">AudioSourceType</span></a></li>
1920
<li><a href="us/zoom/sdk/CallOutRoomSystemStatus.html" title="interface in us.zoom.sdk"><span class="interfaceName">CallOutRoomSystemStatus</span></a></li>
2021
<li><a href="us/zoom/sdk/CameraDevice.html" title="class in us.zoom.sdk">CameraDevice</a></li>
2122
<li><a href="us/zoom/sdk/DialOutStatus.html" title="interface in us.zoom.sdk"><span class="interfaceName">DialOutStatus</span></a></li>
2223
<li><a href="us/zoom/sdk/DialOutStatusListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">DialOutStatusListener</span></a></li>
2324
<li><a href="us/zoom/sdk/EnumComponentType.html" title="enum in us.zoom.sdk">EnumComponentType</a></li>
25+
<li><a href="us/zoom/sdk/IAnswerItem.html" title="interface in us.zoom.sdk"><span class="interfaceName">IAnswerItem</span></a></li>
2426
<li><a href="us/zoom/sdk/InMeetingAnnotationController.html" title="interface in us.zoom.sdk"><span class="interfaceName">InMeetingAnnotationController</span></a></li>
2527
<li><a href="us/zoom/sdk/InMeetingAnnotationController.AnnotationToolType.html" title="enum in us.zoom.sdk">InMeetingAnnotationController.AnnotationToolType</a></li>
2628
<li><a href="us/zoom/sdk/InMeetingAnnotationController.InMeetingAnnotationListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">InMeetingAnnotationController.InMeetingAnnotationListener</span></a></li>
@@ -59,11 +61,14 @@ <h1 class="bar">All&nbsp;Classes</h1>
5961
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.CallOutRoomSystemStatus.html" title="enum in us.zoom.sdk">InviteRoomSystemHelper.CallOutRoomSystemStatus</a></li>
6062
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.PairingRoomSystemResult.html" title="enum in us.zoom.sdk">InviteRoomSystemHelper.PairingRoomSystemResult</a></li>
6163
<li><a href="us/zoom/sdk/InviteRoomSystemListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">InviteRoomSystemListener</span></a></li>
64+
<li><a href="us/zoom/sdk/IQAItemInfo.html" title="interface in us.zoom.sdk"><span class="interfaceName">IQAItemInfo</span></a></li>
65+
<li><a href="us/zoom/sdk/IQAItemStatus.html" title="interface in us.zoom.sdk"><span class="interfaceName">IQAItemStatus</span></a></li>
6266
<li><a href="us/zoom/sdk/IZoomRetrieveSMSVerificationCodeHandler.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomRetrieveSMSVerificationCodeHandler</span></a></li>
6367
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataDelegate.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKAudioRawDataDelegate</span></a></li>
6468
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataHelper.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKAudioRawDataHelper</span></a></li>
6569
<li><a href="us/zoom/sdk/IZoomSDKRenderer.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKRenderer</span></a></li>
6670
<li><a href="us/zoom/sdk/IZoomSDKVideoRawDataDelegate.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKVideoRawDataDelegate</span></a></li>
71+
<li><a href="us/zoom/sdk/IZoomSDKVideoRawDataDelegate.UserRawDataStatus.html" title="enum in us.zoom.sdk">IZoomSDKVideoRawDataDelegate.UserRawDataStatus</a></li>
6772
<li><a href="us/zoom/sdk/IZoomVerifySMSVerificationCodeHandler.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomVerifySMSVerificationCodeHandler</span></a></li>
6873
<li><a href="us/zoom/sdk/JoinMeetingOptions.html" title="class in us.zoom.sdk">JoinMeetingOptions</a></li>
6974
<li><a href="us/zoom/sdk/JoinMeetingParams.html" title="class in us.zoom.sdk">JoinMeetingParams</a></li>
@@ -98,6 +103,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
98103
<li><a href="us/zoom/sdk/PreMeetingService.ScheduleOrEditMeetingError.html" title="enum in us.zoom.sdk">PreMeetingService.ScheduleOrEditMeetingError</a></li>
99104
<li><a href="us/zoom/sdk/PreMeetingServiceListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">PreMeetingServiceListener</span></a></li>
100105
<li><a href="us/zoom/sdk/ProxySettingHandler.html" title="interface in us.zoom.sdk"><span class="interfaceName">ProxySettingHandler</span></a></li>
106+
<li><a href="us/zoom/sdk/QAItemInfo.html" title="class in us.zoom.sdk">QAItemInfo</a></li>
101107
<li><a href="us/zoom/sdk/RoomSystemDevice.html" title="class in us.zoom.sdk">RoomSystemDevice</a></li>
102108
<li><a href="us/zoom/sdk/SessionNetQualityLevel.html" title="interface in us.zoom.sdk"><span class="interfaceName">SessionNetQualityLevel</span></a></li>
103109
<li><a href="us/zoom/sdk/SmsListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">SmsListener</span></a></li>

docs/constant-values.html

+49-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 30 18:58:42 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Dec 11 15:37:49 CST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Constant Field Values (Zoom.us SDK API Document)</title>
8-
<meta name="date" content="2019-10-30">
8+
<meta name="date" content="2019-12-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -427,6 +427,53 @@ <h2 title="us.zoom">us.zoom.*</h2>
427427
</li>
428428
<li class="blockList">
429429
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
430+
<caption><span>us.zoom.sdk.<a href="us/zoom/sdk/IQAItemStatus.html" title="interface in us.zoom.sdk">IQAItemStatus</a></span><span class="tabEnd">&nbsp;</span></caption>
431+
<tr>
432+
<th class="colFirst" scope="col">Modifier and Type</th>
433+
<th scope="col">Constant Field</th>
434+
<th class="colLast" scope="col">Value</th>
435+
</tr>
436+
<tbody>
437+
<tr class="altColor">
438+
<td class="colFirst"><a name="us.zoom.sdk.IQAItemStatus.IQAItemStatus_Init">
439+
<!-- -->
440+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
441+
<td><code><a href="us/zoom/sdk/IQAItemStatus.html#IQAItemStatus_Init">IQAItemStatus_Init</a></code></td>
442+
<td class="colLast"><code>0</code></td>
443+
</tr>
444+
<tr class="rowColor">
445+
<td class="colFirst"><a name="us.zoom.sdk.IQAItemStatus.IQAItemStatus_Received">
446+
<!-- -->
447+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
448+
<td><code><a href="us/zoom/sdk/IQAItemStatus.html#IQAItemStatus_Received">IQAItemStatus_Received</a></code></td>
449+
<td class="colLast"><code>2</code></td>
450+
</tr>
451+
<tr class="altColor">
452+
<td class="colFirst"><a name="us.zoom.sdk.IQAItemStatus.IQAItemStatus_SendFail">
453+
<!-- -->
454+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
455+
<td><code><a href="us/zoom/sdk/IQAItemStatus.html#IQAItemStatus_SendFail">IQAItemStatus_SendFail</a></code></td>
456+
<td class="colLast"><code>3</code></td>
457+
</tr>
458+
<tr class="rowColor">
459+
<td class="colFirst"><a name="us.zoom.sdk.IQAItemStatus.IQAItemStatus_Sending">
460+
<!-- -->
461+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
462+
<td><code><a href="us/zoom/sdk/IQAItemStatus.html#IQAItemStatus_Sending">IQAItemStatus_Sending</a></code></td>
463+
<td class="colLast"><code>4</code></td>
464+
</tr>
465+
<tr class="altColor">
466+
<td class="colFirst"><a name="us.zoom.sdk.IQAItemStatus.IQAItemStatus_Sent">
467+
<!-- -->
468+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
469+
<td><code><a href="us/zoom/sdk/IQAItemStatus.html#IQAItemStatus_Sent">IQAItemStatus_Sent</a></code></td>
470+
<td class="colLast"><code>1</code></td>
471+
</tr>
472+
</tbody>
473+
</table>
474+
</li>
475+
<li class="blockList">
476+
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
430477
<caption><span>us.zoom.sdk.<a href="us/zoom/sdk/MeetingEndReason.html" title="interface in us.zoom.sdk">MeetingEndReason</a></span><span class="tabEnd">&nbsp;</span></caption>
431478
<tr>
432479
<th class="colFirst" scope="col">Modifier and Type</th>

docs/deprecated-list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 30 18:58:42 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Dec 11 15:37:49 CST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>Deprecated List (Zoom.us SDK API Document)</title>
8-
<meta name="date" content="2019-10-30">
8+
<meta name="date" content="2019-12-11">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

0 commit comments

Comments
 (0)