|
@@ -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
|