|
|
@@ -39,6 +39,7 @@ Strophe.addConnectionPlugin('jingle', {
|
|
39
|
39
|
this.connection.disco.addFeature('urn:xmpp:jingle:1');
|
|
40
|
40
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
|
|
41
|
41
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1');
|
|
|
42
|
+ this.connection.disco.addFeature('urn:xmpp:jingle:transports:dtls-sctp:1');
|
|
42
|
43
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
|
43
|
44
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|
|
44
|
45
|
|