Skip to content

Commit 3896b3c

Browse files
committed
fix(doc): update connection class
1 parent 5658670 commit 3896b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xmpp/JingleSession.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default class JingleSession {
1818
* @param {string} sid the Jingle session identifier
1919
* @param {string} localJid our JID
2020
* @param {string} remoteJid the JID of the remote peer
21-
* @param {Strophe.Connection} connection the XMPP connection
21+
* @param {XmppConnection} connection the XMPP connection
2222
* @param {Object} mediaConstraints the media constraints object passed to
2323
* the PeerConnection onCreateAnswer/Offer as defined by the WebRTC.
2424
* @param {Object} iceConfig the ICE servers config object as defined by

0 commit comments

Comments
 (0)