We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5658670 commit 3896b3cCopy full SHA for 3896b3c
modules/xmpp/JingleSession.js
@@ -18,7 +18,7 @@ export default class JingleSession {
18
* @param {string} sid the Jingle session identifier
19
* @param {string} localJid our JID
20
* @param {string} remoteJid the JID of the remote peer
21
- * @param {Strophe.Connection} connection the XMPP connection
+ * @param {XmppConnection} connection the XMPP connection
22
* @param {Object} mediaConstraints the media constraints object passed to
23
* the PeerConnection onCreateAnswer/Offer as defined by the WebRTC.
24
* @param {Object} iceConfig the ICE servers config object as defined by
0 commit comments