Skip to content

Commit

Permalink
Doc update (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyiz-amzn authored Dec 21, 2021
1 parent 72449fc commit a669a4b
Show file tree
Hide file tree
Showing 254 changed files with 4,415 additions and 247 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "Mockingbird",
"repositoryURL": "https://github.com/birdrides/mockingbird",
"state": {
"branch": null,
"revision": "50feb5e24587091abfc5c37b2dc9be7c1bbdd7f0",
"version": "0.15.0"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased]
## [0.18.0] - 2021-12-21

### Changed
* Changed ContentShareController to use inbound turn credentials
Expand Down
37 changes: 36 additions & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<li class="nav-group-task">
<a href="Classes/AttendeeInfo.html">AttendeeInfo</a>
</li>
<li class="nav-group-task">
<a href="Classes/AudioVideoConfiguration.html">AudioVideoConfiguration</a>
</li>
<li class="nav-group-task">
<a href="Classes/ConsoleLogger.html">ConsoleLogger</a>
</li>
Expand Down Expand Up @@ -217,6 +220,9 @@
<li class="nav-group-name">
<a href="Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Enums/AudioMode.html">AudioMode</a>
</li>
<li class="nav-group-task">
<a href="Enums/CaptureSourceError.html">CaptureSourceError</a>
</li>
Expand Down Expand Up @@ -517,6 +523,35 @@ <h4>Declaration</h4>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/c:@M@AmazonChimeSDK@objc(cs)AudioVideoConfiguration"></a>
<a name="//apple_ref/swift/Class/AudioVideoConfiguration" class="dashAnchor"></a>
<a class="token" href="#/c:@M@AmazonChimeSDK@objc(cs)AudioVideoConfiguration">AudioVideoConfiguration</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p><code>AudioVideoConfiguration</code> represents the configuration to be used for audio and video during a meeting session.</p>

<a href="Classes/AudioVideoConfiguration.html" class="slightly-smaller">See more</a>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight swift"><code><span class="kd">@objcMembers</span>
<span class="kd">public</span> <span class="kd">class</span> <span class="kt">AudioVideoConfiguration</span> <span class="p">:</span> <span class="kt">NSObject</span></code></pre>

</div>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
Expand Down Expand Up @@ -2134,7 +2169,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external noopener">Amazon.com, Inc. or its affiliates</a>. All rights reserved. (Last updated: 2021-11-01)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external noopener">Amazon.com, Inc. or its affiliates</a>. All rights reserved. (Last updated: 2021-12-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 7 additions & 1 deletion docs/Classes/Attendee.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<li class="nav-group-task">
<a href="../Classes/AttendeeInfo.html">AttendeeInfo</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioVideoConfiguration.html">AudioVideoConfiguration</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ConsoleLogger.html">ConsoleLogger</a>
</li>
Expand Down Expand Up @@ -217,6 +220,9 @@
<li class="nav-group-name">
<a href="../Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/AudioMode.html">AudioMode</a>
</li>
<li class="nav-group-task">
<a href="../Enums/CaptureSourceError.html">CaptureSourceError</a>
</li>
Expand Down Expand Up @@ -470,7 +476,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external noopener">Amazon.com, Inc. or its affiliates</a>. All rights reserved. (Last updated: 2021-11-01)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external noopener">Amazon.com, Inc. or its affiliates</a>. All rights reserved. (Last updated: 2021-12-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
8 changes: 7 additions & 1 deletion docs/Classes/AttendeeInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
<li class="nav-group-task">
<a href="../Classes/AttendeeInfo.html">AttendeeInfo</a>
</li>
<li class="nav-group-task">
<a href="../Classes/AudioVideoConfiguration.html">AudioVideoConfiguration</a>
</li>
<li class="nav-group-task">
<a href="../Classes/ConsoleLogger.html">ConsoleLogger</a>
</li>
Expand Down Expand Up @@ -217,6 +220,9 @@
<li class="nav-group-name">
<a href="../Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/AudioMode.html">AudioMode</a>
</li>
<li class="nav-group-task">
<a href="../Enums/CaptureSourceError.html">CaptureSourceError</a>
</li>
Expand Down Expand Up @@ -600,7 +606,7 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external noopener">Amazon.com, Inc. or its affiliates</a>. All rights reserved. (Last updated: 2021-11-01)</p>
<p>&copy; 2021 <a class="link" href="" target="_blank" rel="external noopener">Amazon.com, Inc. or its affiliates</a>. All rights reserved. (Last updated: 2021-12-21)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p>
</section>
</article>
Expand Down
Loading

0 comments on commit a669a4b

Please sign in to comment.