Skip to content

Commit

Permalink
Merge pull request #24 from nordeck/nic/feat/NEW-555_rm_participant_id
Browse files Browse the repository at this point in the history
NEW-555 removed PARTICIPANT_ID
  • Loading branch information
nmirillas authored Jan 30, 2023
2 parents e60bf55 + af3e492 commit 51ca7db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions jitsi-feedback-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ config.metadata = [ ''
// ,'OS_NAME'
// ,'OS_VERSION_NAME'
// ,'OS_VERSION'
// ,'PARTICIPANT_ID'
// ,'USER_AGENT'
// ,'USER_REGION'
];
Expand Down Expand Up @@ -98,7 +97,6 @@ config.deploymentInfo = {
| OS_NAME | "Windows" |
| OS_VERSION_NAME | "10" |
| OS_VERSION | "NT 10.0" |
| PARTICIPANT_ID | "61e74952" |
| USER_AGENT | "Mozilla/5.0 AppleWebKit/537.36 ...." |
| USER_REGION | "asia" |

Expand Down Expand Up @@ -126,7 +124,6 @@ config.deploymentInfo = {
| OS_NAME | :o: | | :o: | :o: | :o: |
| OS_VERSION_NAME | :o: | | :o: | :o: | :o: |
| OS_VERSION | :o: | | :o: | :o: | :o: |
| PARTICIPANT_ID | :o: | | :o: | :o: | :o: |
| USER_AGENT | :o: | | :o: | :o: | :o: |
| USER_REGION | :o: | | :o: | :o: | :o: |

Expand Down
5 changes: 0 additions & 5 deletions jitsi-feedback-plugin/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@
metrics.meetingId = JitsiMeetJS.analytics.permanentProperties.conference_name;
break;

// participantID
case 'PARTICIPANT_ID':
metrics.participantId = conference.myUserId();
break;

// matrix user Id
case 'MATRIX_USER_ID':
metrics.matrixUserId = localParticipant.email;
Expand Down

0 comments on commit 51ca7db

Please sign in to comment.