mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(analytics): add 'websocket' property
This commit is contained in:
@@ -95,6 +95,9 @@ export function initAnalytics({ getState }: { getState: Function }) {
|
||||
permanentProperties.group = group;
|
||||
}
|
||||
|
||||
// Report if user is using websocket
|
||||
permanentProperties.websocket = navigator.product !== 'ReactNative' && typeof config.websocket === 'string';
|
||||
|
||||
// Optionally, include local deployment information based on the
|
||||
// contents of window.config.deploymentInfo.
|
||||
if (deploymentInfo) {
|
||||
|
||||
Reference in New Issue
Block a user