|
|
|
|
44
|
this.connection.disco.addFeature('urn:xmpp:jingle:1');
|
44
|
this.connection.disco.addFeature('urn:xmpp:jingle:1');
|
45
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
|
45
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
|
46
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1');
|
46
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1');
|
|
|
47
|
+ this.connection.disco.addFeature('urn:xmpp:jingle:apps:dtls:0');
|
47
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:dtls-sctp:1');
|
48
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:dtls-sctp:1');
|
48
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
49
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
49
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|
50
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|