- Breaking Changes
-
Removed
client.call()
See the jingle-interop-demos for how to recreate the behaviour by working directly with the jingle.js and localmedia libraries.
var localMedia = require('localmedia'); localMedia.start(); //... var sess = client.jingle.createMediaSession(peerJID); sess.addStream(localMedia.localStream); sess.start();
-
client.jingle
was updated to ajingle.js v1.0
instance.The method
client.jingle.startLocalMedia()
has been removed, in favor of using the localmedia module instead (which is not bundled instanza.io
).
-