Skip to content

Commit

Permalink
Merge pull request #2 from zoom/add_purejs
Browse files Browse the repository at this point in the history
Add purejs
  • Loading branch information
ylkjick532428 authored Jun 16, 2021
2 parents 9a247e2 + 5761b3d commit 556b0a5
Show file tree
Hide file tree
Showing 71 changed files with 4,864 additions and 7,146 deletions.
2 changes: 1 addition & 1 deletion API-Reference/assets/js/search.js

Large diffs are not rendered by default.

228 changes: 0 additions & 228 deletions API-Reference/enums/chat.exposedchatevent.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>zoomvideo | @zoom/videosdk</title>
<title>ChatMsgType | @zoom/videosdk</title>
<meta name="description" content="Documentation for @zoom/videosdk">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
Expand Down Expand Up @@ -53,10 +53,10 @@
<a href="../modules.html">@zoom/videosdk</a>
</li>
<li>
<a href="zoomvideo.html">zoomvideo</a>
<a href="chatmsgtype.html">ChatMsgType</a>
</li>
</ul>
<h1>Module zoomvideo</h1>
<h1>Enumeration ChatMsgType</h1>
</div>
</div>
</header>
Expand All @@ -68,50 +68,48 @@ <h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section ">
<h3>Namespaces</h3>
<h3>Enumeration members</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-namespace tsd-parent-kind-module"><a href="zoomvideo.default.html" class="tsd-kind-icon">default</a></li>
<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="chatmsgtype.html#all" class="tsd-kind-icon">All</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Enumeration members</h2>
<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
<a name="all" class="tsd-anchor"></a>
<h3>All</h3>
<div class="tsd-signature tsd-kind-icon">All<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> = 0</span></div>
<aside class="tsd-sources">
</aside>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class=" ">
<a href="../modules.html">Exports</a>
</li>
<li class=" tsd-kind-module">
<a href="chat.html">chat</a>
</li>
<li class=" tsd-kind-module">
<a href="common.html">common</a>
</li>
<li class=" tsd-kind-module">
<a href="event_callback.html">event-<wbr>callback</a>
</li>
<li class=" tsd-kind-module">
<a href="index.html">index</a>
</li>
<li class=" tsd-kind-module">
<a href="media.html">media</a>
</li>
<li class=" tsd-kind-module">
<a href="preview.html">preview</a>
</li>
<li class=" tsd-kind-module">
<a href="videoclient.html">videoclient</a>
</li>
<li class="current tsd-kind-module">
<a href="zoomvideo.html">zoomvideo</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
</ul>
<ul class="current">
<li class="current tsd-kind-enum">
<a href="chatmsgtype.html" class="tsd-kind-icon">Chat<wbr>Msg<wbr>Type</a>
<ul>
<li class=" tsd-kind-enum-member tsd-parent-kind-enum">
<a href="chatmsgtype.html#all" class="tsd-kind-icon">All</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
</ul>
</nav>
</div>
</div>
Expand All @@ -121,15 +119,8 @@ <h3>Namespaces</h3>
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
</ul>
</div>
</div>
Expand Down
Loading

0 comments on commit 556b0a5

Please sign in to comment.