Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuxi committed Apr 29, 2020
1 parent 8d6c64b commit e646fdd
Show file tree
Hide file tree
Showing 34 changed files with 173 additions and 30 deletions.
8 changes: 8 additions & 0 deletions SKYLINK.framework/Headers/SKYLINKConnectionConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,14 @@ extern NSInteger const MAX_PEERS_NO_AUDIO_NO_VIDEO; // = 16
@description xxx
*/
@property(nonatomic, assign) SocketIOTransport preferredTransport;

/*!
@property
@abstract When start the SDK, use loudspeaker or not
@description Default is NO
*/
@property(nonatomic, assign) BOOL useSpeaker;

/*!
@method
@abstract Get the timeout value for an action
Expand Down
Binary file modified SKYLINK.framework/SKYLINK
Binary file not shown.
2 changes: 1 addition & 1 deletion SKYLINK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "SKYLINK"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "SKYLINK.framework distribution"
s.description = "SKYLINK.framework distribution for iOS"
s.homepage = "https://github.com/Temasys/SKYLINK-iOS"
Expand Down
2 changes: 1 addition & 1 deletion Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion docs/docset-installed.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Documentation set was installed to Xcode!

Path: /Users/yuxi/Library/Developer/Shared/Documentation/DocSets/com.temasys.SKYLINK.docset
Time: 2020-04-22 04:13:33 +0000
Time: 2020-04-29 03:52:50 +0000
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4126,7 +4126,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ <h1 id="library-title">

<option value="//api/name/sendVideo">sendVideo</option>

<option value="//api/name/useSpeaker">useSpeaker</option>

<option value="//api/name/videoResNumWaitMs">videoResNumWaitMs</option>

</optgroup>
Expand Down Expand Up @@ -1715,6 +1717,48 @@ <h3 class="method-title"><code><a href="#//api/name/preferredTransport">&nbsp;&n



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">SKYLINKConnection.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/useSpeaker" title="useSpeaker"></a>
<h3 class="method-title"><code><a href="#//api/name/useSpeaker">&nbsp;&nbsp;useSpeaker</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>When start the SDK, use loudspeaker or not
@description Default is NO</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) BOOL useSpeaker</code></div>















<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">SKYLINKConnection.h</code></p>
Expand Down Expand Up @@ -2139,7 +2183,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/docset/Contents/Resources/Documents/hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 class="index-title">Protocol References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/docset/Contents/Resources/Documents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2 class="index-title">Protocol References</h2>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
39 changes: 39 additions & 0 deletions docs/docset/Contents/Resources/Tokens2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,45 @@ Default is AVCaptureSessionPreset640x480</Abstract>
<NodeRef refid="2"/>
</Token>

<Token>
<TokenIdentifier>//apple_ref/occ/instm/SKYLINKConnectionConfig/setUseSpeaker:</TokenIdentifier>
<Abstract type="html">When start the SDK, use loudspeaker or not
@description Default is NO</Abstract>
<DeclaredIn>SKYLINKConnection.h</DeclaredIn>

<Declaration>@property (nonatomic, assign) BOOL useSpeaker</Declaration>


<Anchor>//api/name/useSpeaker</Anchor>
<NodeRef refid="2"/>
</Token>

<Token>
<TokenIdentifier>//apple_ref/occ/instm/SKYLINKConnectionConfig/useSpeaker</TokenIdentifier>
<Abstract type="html">When start the SDK, use loudspeaker or not
@description Default is NO</Abstract>
<DeclaredIn>SKYLINKConnection.h</DeclaredIn>

<Declaration>@property (nonatomic, assign) BOOL useSpeaker</Declaration>


<Anchor>//api/name/useSpeaker</Anchor>
<NodeRef refid="2"/>
</Token>

<Token>
<TokenIdentifier>//apple_ref/occ/instp/SKYLINKConnectionConfig/useSpeaker</TokenIdentifier>
<Abstract type="html">When start the SDK, use loudspeaker or not
@description Default is NO</Abstract>
<DeclaredIn>SKYLINKConnection.h</DeclaredIn>

<Declaration>@property (nonatomic, assign) BOOL useSpeaker</Declaration>


<Anchor>//api/name/useSpeaker</Anchor>
<NodeRef refid="2"/>
</Token>

<Token>
<TokenIdentifier>//apple_ref/occ/instm/SKYLINKConnectionConfig/getTimeoutWithEventType:</TokenIdentifier>
<Abstract type="html">Get the timeout value for an action</Abstract>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Blocks/ErrorBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Classes/SKYLINKConnection.html
Original file line number Diff line number Diff line change
Expand Up @@ -4126,7 +4126,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
46 changes: 45 additions & 1 deletion docs/html/Classes/SKYLINKConnectionConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ <h1 id="library-title">

<option value="//api/name/sendVideo">sendVideo</option>

<option value="//api/name/useSpeaker">useSpeaker</option>

<option value="//api/name/videoResNumWaitMs">videoResNumWaitMs</option>

</optgroup>
Expand Down Expand Up @@ -1715,6 +1717,48 @@ <h3 class="method-title"><code><a href="#//api/name/preferredTransport">&nbsp;&n



<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">SKYLINKConnection.h</code></p>
</div>


</div>
</div>
</div><div class="section-method">
<a name="//api/name/useSpeaker" title="useSpeaker"></a>
<h3 class="method-title"><code><a href="#//api/name/useSpeaker">&nbsp;&nbsp;useSpeaker</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">


<div class="method-subsection brief-description">
<p>When start the SDK, use loudspeaker or not
@description Default is NO</p>
</div>



<div class="method-subsection method-declaration"><code>@property (nonatomic, assign) BOOL useSpeaker</code></div>















<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<p><code class="declared-in-ref">SKYLINKConnection.h</code></p>
Expand Down Expand Up @@ -2139,7 +2183,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Classes/SKYLINKMedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Classes/SKYLINKPeerMediaProperties.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Protocols/SKYLINKConnectionMediaDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/html/Protocols/SKYLINKConnectionMessagesDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ <h4 class="method-subtitle">Declared In</h4>
<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-22</p>
<p class="copyright">Copyright &copy; 2020 Temasys Communications. All rights reserved. Updated: 2020-04-29</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p>
Expand Down
Loading

0 comments on commit e646fdd

Please sign in to comment.