Skip to content

Commit

Permalink
fix(plugin-meetings): clientSignallingProtocol stat (webex#3803)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Nowakowski <fnowakow@cisco.com>
  • Loading branch information
2 people authored and parv_gour committed Sep 27, 2024
1 parent 8f30732 commit b7a86d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,9 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
},
intervals: payload.intervals,
callingServiceType: 'LOCUS',
meetingJoinInfo: {
clientSignallingProtocol: 'WebRTC',
},
sourceMetadata: {
applicationSoftwareType: CLIENT_NAME,
// @ts-ignore
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,9 @@ describe('internal-plugin-metrics', () => {
eventData: {webClientDomain: 'whatever'},
intervals: [{}],
callingServiceType: 'LOCUS',
meetingJoinInfo: {
clientSignallingProtocol: 'WebRTC',
},
sourceMetadata: {
applicationSoftwareType: 'webex-js-sdk',
applicationSoftwareVersion: 'webex-version',
Expand Down Expand Up @@ -1490,6 +1493,9 @@ describe('internal-plugin-metrics', () => {
eventData: {webClientDomain: 'whatever'},
intervals: [{}],
callingServiceType: 'LOCUS',
meetingJoinInfo: {
clientSignallingProtocol: 'WebRTC',
},
sourceMetadata: {
applicationSoftwareType: 'webex-js-sdk',
applicationSoftwareVersion: 'webex-version',
Expand Down Expand Up @@ -1524,6 +1530,9 @@ describe('internal-plugin-metrics', () => {
eventData: {webClientDomain: 'whatever'},
intervals: [{}],
callingServiceType: 'LOCUS',
meetingJoinInfo: {
clientSignallingProtocol: 'WebRTC',
},
sourceMetadata: {
applicationSoftwareType: 'webex-js-sdk',
applicationSoftwareVersion: 'webex-version',
Expand Down

0 comments on commit b7a86d0

Please sign in to comment.