Skip to content

Commit bf03ea8

Browse files
committed
v4.4.55968.0904
1 parent 73e2dd0 commit bf03ea8

File tree

146 files changed

+7963
-1248
lines changed

Some content is hidden

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

146 files changed

+7963
-1248
lines changed

CHANGELOG.md

+46-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,51 @@
11
# CHANGELOG
22

3-
## 2019-07-15 @ [4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712)
3+
## 2019-09-04 @ [v4.4.55968.0904](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55968.0904)
4+
5+
## Note
6+
7+
### :red_circle: Non-AndroidX Version (EOL: 01/01/2020)
8+
**Per Google's suggestions and guidance, we have upgraded our regular Android SDK to support AndroidX. We understand that upgrading an existing Android project/product to AndroidX would need some time, and we heard your feedback. We hereby offer an Android SDK version that does not require AndroidX, you may find it here: [https://github.com/zoom/zoom-sdk-android/releases](https://github.com/zoom/zoom-sdk-android/releases) The end-of-life date of offering and supporting this version will be 01/01/2020.**
9+
10+
**Please use this version if you are not able to upgrade your project to AndroidX at the moment.**
11+
12+
**Please plan to upgrade your Android project to AndroidX before 01/01/2020.**
13+
14+
## Added
15+
* **Add an SDK version that does not require AndroidX (End-of-Life: 01/01/2020)**
16+
* Add support for Android Q (Android 10)
17+
* Add a new interface to hide the "Chat" button in Zoom UI
18+
* `MeetingSettingsHelper:disableChatUI(boolean disable)`
19+
* Add a new interface to keep the video on when sharing content with others
20+
* `MeetingSettingsHelper:setVideoOnWhenMyShare(boolean videoOnWhenMyShare)`
21+
* Add a new interface to hide the popup dialog when the host requests to unmute an attendee
22+
* `MeetingOptions.no_unmute_confirm_dialog`
23+
* Add a new interface for SDK initialization
24+
* `ZoomSDK:initialize(Context context, ZoomSDKInitializeListener listener, ZoomSDKInitParams params)`
25+
26+
## Changed & Fixed
27+
* Fixed a compatibility issue with 64-bit `arm64-v8a` ABI.
28+
* Fixed an issue that the video is turned off by default when starting a meeting with ZAK
29+
* Fixed an issue that the system notification remains after the SDK app is closed from Recent Apps
30+
* Fixed an issue that the participant cannot annotate when the host is sharing
31+
* Fixed an issue that the PDF sharing is not working properly with 64-bit ABIs
32+
* Separate the main session user events from the breakout session
33+
* Updated the ProGuard rule
34+
35+
## Deprecating
36+
37+
We are going to deprecate the following interfaces in the near future. Please plan to use the latest interface accordingly.
38+
39+
* `initialize(Context context, String appKey, String appSecret, ZoomSDKInitializeListener listener)`
40+
* `initialize(Context context, String appKey, String appSecret, boolean autoRetryVerifyApp, ZoomSDKInitializeListener listener)`
41+
* `initialize(Context context, String appKey, String appSecret, String domain, boolean autoRetryVerifyApp, ZoomSDKInitializeListener listener)`
42+
* `initialize(Context context, String appKey, String appSecret, String domain, boolean autoRetryVerifyApp, ZoomSDKInitializeListener listener, boolean enableLog)`
43+
* `initialize(Context context, String appKey, String appSecret, String domain, boolean autoRetryVerifyApp, ZoomSDKInitializeListener listener, boolean enableLog, int logSize)`
44+
* `initialize(Context context, String appKey, String appSecret, String domain, ZoomSDKInitializeListener listener)`
45+
* `initialize(Context context, String appKey, String appSecret, String domain, ZoomSDKInitializeListener listener, boolean enableLog)`
46+
* `initialize(Context context, String appKey, String appSecret, String domain, ZoomSDKInitializeListener listener, boolean enableLog, int logSize)`
47+
48+
## 2019-07-15 @ [v4.4.55130.0712](https://github.com/zoom/zoom-sdk-android/releases/tag/v4.4.55130.0712)
449

550
**Added**
651

docs/allclasses-frame.html

+15-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 Fri Jul 12 12:13:56 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Sep 04 12:36:57 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-07-12">
8+
<meta name="date" content="2019-09-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -59,6 +59,10 @@ <h1 class="bar">All&nbsp;Classes</h1>
5959
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.CallOutRoomSystemStatus.html" title="enum in us.zoom.sdk" target="classFrame">InviteRoomSystemHelper.CallOutRoomSystemStatus</a></li>
6060
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.PairingRoomSystemResult.html" title="enum in us.zoom.sdk" target="classFrame">InviteRoomSystemHelper.PairingRoomSystemResult</a></li>
6161
<li><a href="us/zoom/sdk/InviteRoomSystemListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">InviteRoomSystemListener</span></a></li>
62+
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataDelegate.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKAudioRawDataDelegate</span></a></li>
63+
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataHelper.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKAudioRawDataHelper</span></a></li>
64+
<li><a href="us/zoom/sdk/IZoomSDKRenderer.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKRenderer</span></a></li>
65+
<li><a href="us/zoom/sdk/IZoomSDKVideoRawDataDelegate.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">IZoomSDKVideoRawDataDelegate</span></a></li>
6266
<li><a href="us/zoom/sdk/JoinMeetingOptions.html" title="class in us.zoom.sdk" target="classFrame">JoinMeetingOptions</a></li>
6367
<li><a href="us/zoom/sdk/JoinMeetingParams.html" title="class in us.zoom.sdk" target="classFrame">JoinMeetingParams</a></li>
6468
<li><a href="us/zoom/sdk/MeetingActivity.html" title="class in us.zoom.sdk" target="classFrame">MeetingActivity</a></li>
@@ -76,6 +80,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
7680
<li><a href="us/zoom/sdk/MeetingStatus.html" title="enum in us.zoom.sdk" target="classFrame">MeetingStatus</a></li>
7781
<li><a href="us/zoom/sdk/MeetingViewsOptions.html" title="class in us.zoom.sdk" target="classFrame">MeetingViewsOptions</a></li>
7882
<li><a href="us/zoom/sdk/MobileRTCDialinCountry.html" title="class in us.zoom.sdk" target="classFrame">MobileRTCDialinCountry</a></li>
83+
<li><a href="us/zoom/sdk/MobileRTCRawDataError.html" title="enum in us.zoom.sdk" target="classFrame">MobileRTCRawDataError</a></li>
7984
<li><a href="us/zoom/sdk/MobileRTCRenderInfo.html" title="class in us.zoom.sdk" target="classFrame">MobileRTCRenderInfo</a></li>
8085
<li><a href="us/zoom/sdk/MobileRTCSDKError.html" title="enum in us.zoom.sdk" target="classFrame">MobileRTCSDKError</a></li>
8186
<li><a href="us/zoom/sdk/MobileRTCShareView.html" title="class in us.zoom.sdk" target="classFrame">MobileRTCShareView</a></li>
@@ -102,9 +107,17 @@ <h1 class="bar">All&nbsp;Classes</h1>
102107
<li><a href="us/zoom/sdk/ZoomAuthenticationError.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">ZoomAuthenticationError</span></a></li>
103108
<li><a href="us/zoom/sdk/ZoomError.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">ZoomError</span></a></li>
104109
<li><a href="us/zoom/sdk/ZoomSDK.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDK</a></li>
110+
<li><a href="us/zoom/sdk/ZoomSDKAudioRawData.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDKAudioRawData</a></li>
111+
<li><a href="us/zoom/sdk/ZoomSDKAudioRawDataHelper.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDKAudioRawDataHelper</a></li>
105112
<li><a href="us/zoom/sdk/ZoomSDKAuthenticationListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">ZoomSDKAuthenticationListener</span></a></li>
106113
<li><a href="us/zoom/sdk/ZoomSDKInitializeListener.html" title="interface in us.zoom.sdk" target="classFrame"><span class="interfaceName">ZoomSDKInitializeListener</span></a></li>
114+
<li><a href="us/zoom/sdk/ZoomSDKInitParams.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDKInitParams</a></li>
107115
<li><a href="us/zoom/sdk/ZoomSDKNotInitializedException.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDKNotInitializedException</a></li>
116+
<li><a href="us/zoom/sdk/ZoomSDKRawDataMemoryMode.html" title="enum in us.zoom.sdk" target="classFrame">ZoomSDKRawDataMemoryMode</a></li>
117+
<li><a href="us/zoom/sdk/ZoomSDKRawDataType.html" title="enum in us.zoom.sdk" target="classFrame">ZoomSDKRawDataType</a></li>
118+
<li><a href="us/zoom/sdk/ZoomSDKRenderer.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDKRenderer</a></li>
119+
<li><a href="us/zoom/sdk/ZoomSDKVideoRawData.html" title="class in us.zoom.sdk" target="classFrame">ZoomSDKVideoRawData</a></li>
120+
<li><a href="us/zoom/sdk/ZoomSDKVideoResolution.html" title="enum in us.zoom.sdk" target="classFrame">ZoomSDKVideoResolution</a></li>
108121
</ul>
109122
</div>
110123
</body>

docs/allclasses-noframe.html

+15-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 Fri Jul 12 12:13:56 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Sep 04 12:36:57 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-07-12">
8+
<meta name="date" content="2019-09-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -59,6 +59,10 @@ <h1 class="bar">All&nbsp;Classes</h1>
5959
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.CallOutRoomSystemStatus.html" title="enum in us.zoom.sdk">InviteRoomSystemHelper.CallOutRoomSystemStatus</a></li>
6060
<li><a href="us/zoom/sdk/InviteRoomSystemHelper.PairingRoomSystemResult.html" title="enum in us.zoom.sdk">InviteRoomSystemHelper.PairingRoomSystemResult</a></li>
6161
<li><a href="us/zoom/sdk/InviteRoomSystemListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">InviteRoomSystemListener</span></a></li>
62+
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataDelegate.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKAudioRawDataDelegate</span></a></li>
63+
<li><a href="us/zoom/sdk/IZoomSDKAudioRawDataHelper.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKAudioRawDataHelper</span></a></li>
64+
<li><a href="us/zoom/sdk/IZoomSDKRenderer.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKRenderer</span></a></li>
65+
<li><a href="us/zoom/sdk/IZoomSDKVideoRawDataDelegate.html" title="interface in us.zoom.sdk"><span class="interfaceName">IZoomSDKVideoRawDataDelegate</span></a></li>
6266
<li><a href="us/zoom/sdk/JoinMeetingOptions.html" title="class in us.zoom.sdk">JoinMeetingOptions</a></li>
6367
<li><a href="us/zoom/sdk/JoinMeetingParams.html" title="class in us.zoom.sdk">JoinMeetingParams</a></li>
6468
<li><a href="us/zoom/sdk/MeetingActivity.html" title="class in us.zoom.sdk">MeetingActivity</a></li>
@@ -76,6 +80,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
7680
<li><a href="us/zoom/sdk/MeetingStatus.html" title="enum in us.zoom.sdk">MeetingStatus</a></li>
7781
<li><a href="us/zoom/sdk/MeetingViewsOptions.html" title="class in us.zoom.sdk">MeetingViewsOptions</a></li>
7882
<li><a href="us/zoom/sdk/MobileRTCDialinCountry.html" title="class in us.zoom.sdk">MobileRTCDialinCountry</a></li>
83+
<li><a href="us/zoom/sdk/MobileRTCRawDataError.html" title="enum in us.zoom.sdk">MobileRTCRawDataError</a></li>
7984
<li><a href="us/zoom/sdk/MobileRTCRenderInfo.html" title="class in us.zoom.sdk">MobileRTCRenderInfo</a></li>
8085
<li><a href="us/zoom/sdk/MobileRTCSDKError.html" title="enum in us.zoom.sdk">MobileRTCSDKError</a></li>
8186
<li><a href="us/zoom/sdk/MobileRTCShareView.html" title="class in us.zoom.sdk">MobileRTCShareView</a></li>
@@ -102,9 +107,17 @@ <h1 class="bar">All&nbsp;Classes</h1>
102107
<li><a href="us/zoom/sdk/ZoomAuthenticationError.html" title="interface in us.zoom.sdk"><span class="interfaceName">ZoomAuthenticationError</span></a></li>
103108
<li><a href="us/zoom/sdk/ZoomError.html" title="interface in us.zoom.sdk"><span class="interfaceName">ZoomError</span></a></li>
104109
<li><a href="us/zoom/sdk/ZoomSDK.html" title="class in us.zoom.sdk">ZoomSDK</a></li>
110+
<li><a href="us/zoom/sdk/ZoomSDKAudioRawData.html" title="class in us.zoom.sdk">ZoomSDKAudioRawData</a></li>
111+
<li><a href="us/zoom/sdk/ZoomSDKAudioRawDataHelper.html" title="class in us.zoom.sdk">ZoomSDKAudioRawDataHelper</a></li>
105112
<li><a href="us/zoom/sdk/ZoomSDKAuthenticationListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">ZoomSDKAuthenticationListener</span></a></li>
106113
<li><a href="us/zoom/sdk/ZoomSDKInitializeListener.html" title="interface in us.zoom.sdk"><span class="interfaceName">ZoomSDKInitializeListener</span></a></li>
114+
<li><a href="us/zoom/sdk/ZoomSDKInitParams.html" title="class in us.zoom.sdk">ZoomSDKInitParams</a></li>
107115
<li><a href="us/zoom/sdk/ZoomSDKNotInitializedException.html" title="class in us.zoom.sdk">ZoomSDKNotInitializedException</a></li>
116+
<li><a href="us/zoom/sdk/ZoomSDKRawDataMemoryMode.html" title="enum in us.zoom.sdk">ZoomSDKRawDataMemoryMode</a></li>
117+
<li><a href="us/zoom/sdk/ZoomSDKRawDataType.html" title="enum in us.zoom.sdk">ZoomSDKRawDataType</a></li>
118+
<li><a href="us/zoom/sdk/ZoomSDKRenderer.html" title="class in us.zoom.sdk">ZoomSDKRenderer</a></li>
119+
<li><a href="us/zoom/sdk/ZoomSDKVideoRawData.html" title="class in us.zoom.sdk">ZoomSDKVideoRawData</a></li>
120+
<li><a href="us/zoom/sdk/ZoomSDKVideoResolution.html" title="enum in us.zoom.sdk">ZoomSDKVideoResolution</a></li>
108121
</ul>
109122
</div>
110123
</body>

docs/constant-values.html

+21-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 Fri Jul 12 12:13:56 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Sep 04 12:36:57 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-07-12">
8+
<meta name="date" content="2019-09-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -1375,6 +1375,25 @@ <h2 title="us.zoom">us.zoom.*</h2>
13751375
</tbody>
13761376
</table>
13771377
</li>
1378+
<li class="blockList">
1379+
<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
1380+
<caption><span>us.zoom.sdk.<a href="us/zoom/sdk/ZoomSDKVideoRawData.html" title="class in us.zoom.sdk">ZoomSDKVideoRawData</a></span><span class="tabEnd">&nbsp;</span></caption>
1381+
<tr>
1382+
<th class="colFirst" scope="col">Modifier and Type</th>
1383+
<th scope="col">Constant Field</th>
1384+
<th class="colLast" scope="col">Value</th>
1385+
</tr>
1386+
<tbody>
1387+
<tr class="altColor">
1388+
<td class="colFirst"><a name="us.zoom.sdk.ZoomSDKVideoRawData.FORMAT_TYPE_I420">
1389+
<!-- -->
1390+
</a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
1391+
<td><code><a href="us/zoom/sdk/ZoomSDKVideoRawData.html#FORMAT_TYPE_I420">FORMAT_TYPE_I420</a></code></td>
1392+
<td class="colLast"><code>0</code></td>
1393+
</tr>
1394+
</tbody>
1395+
</table>
1396+
</li>
13781397
</ul>
13791398
</div>
13801399
<!-- ======= START OF BOTTOM NAVBAR ====== -->

docs/deprecated-list.html

+26-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 Fri Jul 12 12:13:56 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Sep 04 12:36:57 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-07-12">
8+
<meta name="date" content="2019-09-04">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
@@ -87,6 +87,30 @@ <h2 title="Contents">Contents</h2>
8787
</tr>
8888
<tbody>
8989
<tr class="altColor">
90+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-boolean-us.zoom.sdk.ZoomSDKInitializeListener-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, boolean, ZoomSDKInitializeListener)</a></td>
91+
</tr>
92+
<tr class="rowColor">
93+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-java.lang.String-boolean-us.zoom.sdk.ZoomSDKInitializeListener-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, String, boolean, ZoomSDKInitializeListener)</a></td>
94+
</tr>
95+
<tr class="altColor">
96+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-java.lang.String-boolean-us.zoom.sdk.ZoomSDKInitializeListener-boolean-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, String, boolean, ZoomSDKInitializeListener, boolean)</a></td>
97+
</tr>
98+
<tr class="rowColor">
99+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-java.lang.String-boolean-us.zoom.sdk.ZoomSDKInitializeListener-boolean-int-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, String, boolean, ZoomSDKInitializeListener, boolean, int)</a></td>
100+
</tr>
101+
<tr class="altColor">
102+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-java.lang.String-us.zoom.sdk.ZoomSDKInitializeListener-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, String, ZoomSDKInitializeListener)</a></td>
103+
</tr>
104+
<tr class="rowColor">
105+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-java.lang.String-us.zoom.sdk.ZoomSDKInitializeListener-boolean-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, String, ZoomSDKInitializeListener, boolean)</a></td>
106+
</tr>
107+
<tr class="altColor">
108+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-java.lang.String-us.zoom.sdk.ZoomSDKInitializeListener-boolean-int-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, String, ZoomSDKInitializeListener, boolean, int)</a></td>
109+
</tr>
110+
<tr class="rowColor">
111+
<td class="colOne"><a href="us/zoom/sdk/ZoomSDK.html#initialize-android.content.Context-java.lang.String-java.lang.String-us.zoom.sdk.ZoomSDKInitializeListener-">us.zoom.sdk.ZoomSDK.initialize(Context, String, String, ZoomSDKInitializeListener)</a></td>
112+
</tr>
113+
<tr class="altColor">
90114
<td class="colOne"><a href="us/zoom/sdk/MeetingService.html#joinMeeting-android.content.Context-java.lang.String-java.lang.String-">us.zoom.sdk.MeetingService.joinMeeting(Context, String, String)</a></td>
91115
</tr>
92116
<tr class="rowColor">

docs/help-doc.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 Fri Jul 12 12:13:56 CST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_181) on Wed Sep 04 12:36:57 CST 2019 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>API Help (Zoom.us SDK API Document)</title>
8-
<meta name="date" content="2019-07-12">
8+
<meta name="date" content="2019-09-04">
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)