Bläddra i källkod

fix(doc): update connection class

master
paweldomas 5 år sedan
förälder
incheckning
3896b3cd01
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      modules/xmpp/JingleSession.js

+ 1
- 1
modules/xmpp/JingleSession.js Visa fil

@@ -18,7 +18,7 @@ export default class JingleSession {
18 18
      * @param {string} sid the Jingle session identifier
19 19
      * @param {string} localJid our JID
20 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 22
      * @param {Object} mediaConstraints the media constraints object passed to
23 23
      * the PeerConnection onCreateAnswer/Offer as defined by the WebRTC.
24 24
      * @param {Object} iceConfig the ICE servers config object as defined by

Laddar…
Avbryt
Spara