Merge pull request #2094 from jitsi/device_selection_popup_error

Fix device selection popup
This commit is contained in:
virtuacoplenny
2017-10-20 13:15:31 -07:00
committed by GitHub
+8 -1
View File
@@ -8,7 +8,14 @@ import { getJitsiMeetGlobalNS, loadScript } from '../base/util';
const logger = require('jitsi-meet-logger').getLogger(__filename);
export const sendAnalyticsEvent = analytics.sendEvent.bind(analytics);
/**
* Sends an analytics event.
*
* @inheritdoc
*/
export function sendAnalyticsEvent(...args: Array<any>) {
analytics.sendEvent(...args);
}
/**
* Loads the analytics scripts and inits JitsiMeetJS.analytics by setting