Skip to content

Commit

Permalink
v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-K-Koltunov committed Oct 26, 2023
1 parent 9db9f93 commit 673905f
Show file tree
Hide file tree
Showing 32 changed files with 4,808 additions and 1,108 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Check out our [API Reference](https://quickblox.github.io/quickblox-javascript-s
## Dependencies for browser

```html
<script src="https://unpkg.com/quickblox@2.16.0/quickblox.min.js"></script>
<script src="https://unpkg.com/quickblox@2.16.1/quickblox.min.js"></script>
```

## Bower and RequireJS
Expand Down
146 changes: 140 additions & 6 deletions docs/QB.addressbook.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ <h3 class="applicationName"><a href="index.html">QuickBlox JavaScript SDK</a></h
</ul>
<ul class="typedefs itemMembers">

<span class="subtitle">Typedefs</span>

<li data-name="QB.getSessionCallback"><a href="QB.html#.getSessionCallback">getSessionCallback</a></li>

</ul>
<ul class="typedefs itemMembers">

Expand All @@ -66,7 +70,7 @@ <h3 class="applicationName"><a href="index.html">QuickBlox JavaScript SDK</a></h

<li data-name="QB.getSession"><a href="QB.html#.getSession">getSession</a></li>

<li data-name="QB.init"><a href="QB.html#.init">init</a></li>
<li data-name="QB.initWithAppId"><a href="QB.html#.initWithAppId">initWithAppId</a></li>

<li data-name="QB.login"><a href="QB.html#.login">login</a></li>

Expand Down Expand Up @@ -614,6 +618,136 @@ <h3 class="applicationName"><a href="index.html">QuickBlox JavaScript SDK</a></h
</ul>
</li>

<li class="item" data-name="QB.webrtc">
<span class="title">
<a href="QB.webrtc.html">QB.webrtc</a>

<span class="static">static</span>

</span>
<ul class="members itemMembers">

<span class="subtitle">Members</span>

<li data-name="QB.webrtc.sessions"><a href="QB.webrtc.html#.sessions">sessions</a></li>

</ul>
<ul class="typedefs itemMembers">

</ul>
<ul class="typedefs itemMembers">

</ul>
<ul class="methods itemMembers">

<span class="subtitle">Methods</span>

<li data-name="QB.webrtc.clearSession"><a href="QB.webrtc.html#.clearSession">clearSession</a></li>

<li data-name="QB.webrtc.createNewSession"><a href="QB.webrtc.html#.createNewSession">createNewSession</a></li>

<li data-name="QB.webrtc.getMediaDevices"><a href="QB.webrtc.html#.getMediaDevices">getMediaDevices</a></li>

</ul>
<ul class="events itemMembers">

</ul>
</li>

<li class="item" data-name="QB.webrtc.RTCPeerConnection">
<span class="title">
<a href="QB.webrtc.RTCPeerConnection.html">QB.webrtc.RTCPeerConnection</a>

<span class="static">static</span>

</span>
<ul class="members itemMembers">

</ul>
<ul class="typedefs itemMembers">

</ul>
<ul class="typedefs itemMembers">

</ul>
<ul class="methods itemMembers">

<span class="subtitle">Methods</span>

<li data-name="QB.webrtc.RTCPeerConnection._addIceCandidate"><a href="QB.webrtc.RTCPeerConnection.html#._addIceCandidate">_addIceCandidate</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.addCandidates"><a href="QB.webrtc.RTCPeerConnection.html#.addCandidates">addCandidates</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.addLocalStream"><a href="QB.webrtc.RTCPeerConnection.html#.addLocalStream">addLocalStream</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.getRemoteSDP"><a href="QB.webrtc.RTCPeerConnection.html#.getRemoteSDP">getRemoteSDP</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.qbRTCPeerConnection"><a href="QB.webrtc.RTCPeerConnection.html#.qbRTCPeerConnection">qbRTCPeerConnection</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.setLocalSessionDescription"><a href="QB.webrtc.RTCPeerConnection.html#.setLocalSessionDescription">setLocalSessionDescription</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.setRemoteSDP"><a href="QB.webrtc.RTCPeerConnection.html#.setRemoteSDP">setRemoteSDP</a></li>

<li data-name="QB.webrtc.RTCPeerConnection.setRemoteSessionDescription"><a href="QB.webrtc.RTCPeerConnection.html#.setRemoteSessionDescription">setRemoteSessionDescription</a></li>

</ul>
<ul class="events itemMembers">

</ul>
</li>

<li class="item" data-name="QB.webrtc.WebRTCSession">
<span class="title">
<a href="QB.webrtc.WebRTCSession.html">QB.webrtc.WebRTCSession</a>

<span class="static">static</span>

</span>
<ul class="members itemMembers">

</ul>
<ul class="typedefs itemMembers">

</ul>
<ul class="typedefs itemMembers">

</ul>
<ul class="methods itemMembers">

<span class="subtitle">Methods</span>

<li data-name="QB.webrtc.WebRTCSession.accept"><a href="QB.webrtc.WebRTCSession.html#.accept">accept</a></li>

<li data-name="QB.webrtc.WebRTCSession.attachMediaStream"><a href="QB.webrtc.WebRTCSession.html#.attachMediaStream">attachMediaStream</a></li>

<li data-name="QB.webrtc.WebRTCSession.call"><a href="QB.webrtc.WebRTCSession.html#.call">call</a></li>

<li data-name="QB.webrtc.WebRTCSession.closeConnection"><a href="QB.webrtc.WebRTCSession.html#.closeConnection">closeConnection</a></li>

<li data-name="QB.webrtc.WebRTCSession.connectionStateForUser"><a href="QB.webrtc.WebRTCSession.html#.connectionStateForUser">connectionStateForUser</a></li>

<li data-name="QB.webrtc.WebRTCSession.detachMediaStream"><a href="QB.webrtc.WebRTCSession.html#.detachMediaStream">detachMediaStream</a></li>

<li data-name="QB.webrtc.WebRTCSession.getUserMedia"><a href="QB.webrtc.WebRTCSession.html#.getUserMedia">getUserMedia</a></li>

<li data-name="QB.webrtc.WebRTCSession.mute"><a href="QB.webrtc.WebRTCSession.html#.mute">mute</a></li>

<li data-name="QB.webrtc.WebRTCSession.reject"><a href="QB.webrtc.WebRTCSession.html#.reject">reject</a></li>

<li data-name="QB.webrtc.WebRTCSession.stop"><a href="QB.webrtc.WebRTCSession.html#.stop">stop</a></li>

<li data-name="QB.webrtc.WebRTCSession.switchMediaTracks"><a href="QB.webrtc.WebRTCSession.html#.switchMediaTracks">switchMediaTracks</a></li>

<li data-name="QB.webrtc.WebRTCSession.unmute"><a href="QB.webrtc.WebRTCSession.html#.unmute">unmute</a></li>

<li data-name="QB.webrtc.WebRTCSession.update"><a href="QB.webrtc.WebRTCSession.html#.update">update</a></li>

</ul>
<ul class="events itemMembers">

</ul>
</li>

</ul>
</div>
<div class="main">
Expand Down Expand Up @@ -709,7 +843,7 @@ <h4 class="name" id=".get">


<div class="description">
Retrive all contacts from address book.
Retrive all contacts from address book(<a target="_blank" href="https://docs.quickblox.com/docs/js-address-book#retrieve-address-book">read more</a>).
The method accepts 1 or 2 parameters.
</div>

Expand Down Expand Up @@ -882,7 +1016,7 @@ <h4 class="name" id=".getRegisteredUsers">


<div class="description">
Retrieve QuickBlox users that have phone numbers from your address book.
Retrieve QuickBlox users that have phone numbers from your address book(<a target="_blank" href="https://docs.quickblox.com/docs/js-address-book#retrieve-registered-users">read more</a>).
The methods accepts 1 or 2 parameters.
</div>

Expand Down Expand Up @@ -1041,7 +1175,7 @@ <h4 class="name" id=".uploadAddressBook">
The method is used to create, update and delete contacts in address book.<br />
If contact doesn't exist in address book then it will be created. If contacts exists then it will be updated.
If pass 'destroy: 1' then the contact will be removed.<br />
<a target="_blank" href="https://quickblox.com/developers/AddressBook">Found more here</a>. <br />
<a target="_blank" href="https://docs.quickblox.com/docs/js-address-book#upload-address-book">Found more here</a>. <br />
The method accepts 2 or 3 parameters.
</div>

Expand Down Expand Up @@ -1236,7 +1370,7 @@ <h4 class="name" id=".uploadAddressBook">



The savedAddressBookCallback function</td>
The savedAddressBookCallback function.</td>
</tr>


Expand Down Expand Up @@ -1334,7 +1468,7 @@ <h5>Example</h5>


<footer>
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Fri Sep 13 2019 12:47:51 GMT+0300 (Eastern European Summer Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.0</a> on Thu Jan 19 2023 09:19:57 GMT+0200 (Eastern European Standard Time)
</footer>
</div>
</div>
Expand Down
Loading

0 comments on commit 673905f

Please sign in to comment.