Przeglądaj źródła

fix(doc): update connection class

dev1
paweldomas 5 lat temu
rodzic
commit
3896b3cd01
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/xmpp/JingleSession.js

+ 1
- 1
modules/xmpp/JingleSession.js Wyświetl plik

18
      * @param {string} sid the Jingle session identifier
18
      * @param {string} sid the Jingle session identifier
19
      * @param {string} localJid our JID
19
      * @param {string} localJid our JID
20
      * @param {string} remoteJid the JID of the remote peer
20
      * @param {string} remoteJid the JID of the remote peer
21
-     * @param {Strophe.Connection} connection the XMPP connection
21
+     * @param {XmppConnection} connection the XMPP connection
22
      * @param {Object} mediaConstraints the media constraints object passed to
22
      * @param {Object} mediaConstraints the media constraints object passed to
23
      * the PeerConnection onCreateAnswer/Offer as defined by the WebRTC.
23
      * the PeerConnection onCreateAnswer/Offer as defined by the WebRTC.
24
      * @param {Object} iceConfig the ICE servers config object as defined by
24
      * @param {Object} iceConfig the ICE servers config object as defined by

Ładowanie…
Anuluj
Zapisz