Skip to content

Commit

Permalink
window ufds
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhilar committed Sep 5, 2024
1 parent 1c89a55 commit bb92af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project/src/MakeCall/MakeCall.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export default class MakeCall extends React.Component {
call.feature(Features.UserFacingDiagnostics).media.on('diagnosticChanged', diagnosticChangedListener);
call.feature(Features.UserFacingDiagnostics).network.on('diagnosticChanged', diagnosticChangedListener);
call.feature(Features.UserFacingDiagnostics).remote?.on('diagnosticChanged', remoteDiagnosticChangedListener);
window.ufds = call.feature(Features.UserFacingDiagnostics);
});

e.removed.forEach(call => {
Expand Down

0 comments on commit bb92af0

Please sign in to comment.