Skip to content

Commit

Permalink
[skip ci] Add publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbucket-pipelines committed Jul 29, 2022
1 parent 2380e8f commit d7cfb91
Show file tree
Hide file tree
Showing 24 changed files with 268 additions and 218 deletions.
89 changes: 47 additions & 42 deletions docs/Skylink.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -3050,7 +3050,7 @@ <h6>Properties</h6>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line440">line 440</a>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line443">line 443</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -3403,7 +3403,7 @@ <h5 class="subsection-title">Properties:</h5>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line405">line 405</a>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line408">line 408</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -3691,7 +3691,7 @@ <h6>Properties</h6>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line1376">line 1376</a>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line1379">line 1379</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -9038,7 +9038,7 @@ <h6>Properties</h6>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line952">line 952</a>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line955">line 955</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -14328,7 +14328,7 @@ <h6>Properties</h6>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line1226">line 1226</a>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line1229">line 1229</a>
</li>
</ul>
</dd>
Expand Down Expand Up @@ -14780,7 +14780,7 @@ <h6>Properties</h6>
<dd class="tag-source">
<ul class="dummy">
<li>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line1109">line 1109</a>
<a href="public_index.js.html">public/index.js</a>, <a href="public_index.js.html#line1112">line 1112</a>
</li>
</ul>
</dd>
Expand Down
7 changes: 5 additions & 2 deletions docs/public_index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h1 class="page-title">
* - When provided as an Array, it will send the message to only peers which ids are in the list.
* - When not provided, it will broadcast the message to all connected peers in the room.
* @param {String} [peerSessionId] - The peer session id can be used to attribute the message to a client across sessions. It will replace the
* peerId. The peer session id is returned in the peerInfo object.
* peerId. The peer session id is returned in the peerInfo object. &lt;i>This is an advanced feature.&lt;/i>
* @example
* Example 1: Broadcasting to all peers in a room
*
Expand Down Expand Up @@ -287,7 +287,10 @@ <h1 class="page-title">
/**
* @description Method that retrieves the message history from server if Persistent Message feature is enabled for the key.
* @param {String} roomName - The name of the room.
* @param {String} [roomSessionId] - The room session id to retrieve the messages from.
* @param {String} [roomSessionId] - The room session id to retrieve the messages from. The room session id is found in the &lt;code>peerInfo&lt;/code> object in
* most event payloads, e.g. &lt;code>PEER_JOINED&lt;/code>.
* - A room session starts when the first peer joins a room. A room session ends when the last peer leaves the room.
* - Subsequent peers that join the same room, i.e. the same room name, starts a new room session.
* @example
* Example 1: Retrieving stored messages
*
Expand Down
Loading

0 comments on commit d7cfb91

Please sign in to comment.