|
|
|
|
|
|
39
|
this.connection.disco.addFeature('urn:xmpp:jingle:1');
|
39
|
this.connection.disco.addFeature('urn:xmpp:jingle:1');
|
|
40
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
|
40
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
|
|
41
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1');
|
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
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
43
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
|
43
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|
44
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|
|
44
|
|
45
|
|