|
|
@@ -32,6 +32,12 @@ module.exports = function(XMPP, eventEmitter) {
|
|
32
|
32
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
|
33
|
33
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|
|
34
|
34
|
|
|
|
35
|
+ // Lipsync
|
|
|
36
|
+ if (RTCBrowserType.isChrome()) {
|
|
|
37
|
+ this.connection.disco.addFeature(
|
|
|
38
|
+ 'http://jitsi.org/meet/lipsync');
|
|
|
39
|
+ }
|
|
|
40
|
+
|
|
35
|
41
|
if (RTCBrowserType.isChrome() || RTCBrowserType.isOpera()
|
|
36
|
42
|
|| RTCBrowserType.isTemasysPluginUsed()) {
|
|
37
|
43
|
this.connection.disco.addFeature('urn:ietf:rfc:4588');
|