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