Skip to content

Commit

Permalink
devices spects added in start event
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravmore committed Jul 12, 2024
1 parent 9c8d30b commit 04c9989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/telementryService.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const start = (duration) => {
mode: 'play',
stageid: url,
duration: Number((duration / 1e3).toFixed(2)),
dspec: window.navigator.userAgent
},
});
} catch (error) {
Expand Down

0 comments on commit 04c9989

Please sign in to comment.