Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(meetings): Meeting joined time header #4124

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

chrisadubois
Copy link
Collaborator

COMPLETES https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-555657

This pull request addresses

add meeting joined time, read from header if exists, and set to system clock if not. Apply to CA metrics thereafter

by making the following changes

  • CA metrics
  • read from header
  • add setter method

06_30_17

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

manual,
unit

I certified that

  • I have read and followed contributing guidelines
  • I discussed changes with code owners prior to submitting this pull request
  • I have not skipped any automated checks
  • All existing and new tests passed
  • I have updated the documentation accordingly

Make sure to have followed the contributing guidelines before submitting.

@chrisadubois chrisadubois requested review from a team as code owners February 28, 2025 19:21
Copy link

coderabbitai bot commented Feb 28, 2025

📝 Walkthrough

Walkthrough

This update introduces a new property, meetingJoinedTime, to track the local client meeting join time. In the metrics plugin, the createClientEventObjectInMeeting method now retrieves the value from meeting.isoLocalClientMeetingJoinTime if available, enhancing the event object with join timing data. Corresponding test cases have been added to validate that the submitClientEvent method correctly incorporates this new property when processing a meeting that has a join time. Additionally, in the meetings module, a new setter method in the Meeting class encapsulates the logic for setting the join time, and relevant changes in the meeting utilities ensure that the join time is correctly captured from response headers. Updates to the tests cover the new functionality, confirming the accurate population of the meeting join time across different meeting-related processes.

Possibly related PRs

Warning

There were issues while running some tools. Please review the errors and either fix the tool’s configuration or disable the tool if it’s a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

yarn install v1.22.22
[1/4] Resolving packages...
warning eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning eslint > @humanwhocodes/config-array@0.13.0: Use @eslint/config-array instead
warning eslint > @humanwhocodes/config-array > @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
warning eslint > file-entry-cache > flat-cache > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning eslint > file-entry-cache > flat-cache > rimraf > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning eslint > file-entry-cache > flat-cache > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning eslint-import-resolver-typescript > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning glob@7.2.3: Glob versions prior to v9 are no longer supported
warning intern > glob@7.1.7: Glob versions prior to v9 are no longer supported
warning intern > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning jasmine > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning jest > @jest/core > jest-config > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning jest > @jest/core > jest-runtime > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning jest > @jest/core > @jest/reporters > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning jest > @jest/core > @jest/transform > babel-plugin-istanbul > test-exclude > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning mocha > glob@7.2.0: Glob versions prior to v9 are no longer supported
warning mocha > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
warning sinon@9.2.4: 16.1.1
warning sinon > @sinonjs/samsam > lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
warning wd > q@1.5.1: You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other.

(For a CapTP with native promises, see @endo/eventual-send and @endo/captp)
warning wd > archiver > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning wd > request@2.88.0: request has been deprecated, see request/request#3142
warning wd > archiver > archiver-utils > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning wd > request > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
warning wd > request > har-validator@5.1.5: this library is no longer supported
warning @babel/cli > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
warning @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning @babel/plugin-proposal-export-namespace-from@7.18.9: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.
warning @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
warning @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning @babel/polyfill@7.12.1: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
warning @babel/polyfill > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning @babel/runtime-corejs2 > core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
warning babel-plugin-lodash > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > eslint@8.57.1: This version is no longer supported. Please see https://eslint.org/version-support for other options.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > glob@7.2.3: Glob versions prior to v9 are no longer supported
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > sinon@9.2.4: 16.1.1
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/plugin-proposal-async-generator-functions@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/plugin-proposal-class-properties@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/plugin-proposal-export-namespace-from@7.18.9: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/plugin-proposal-nullish-coalescing-operator@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/plugin-proposal-object-rest-spread@7.20.7: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
warning workspace-aggregator-91a5fa72-e96e-4b65-9e93-4519b948f73a > @babel/polyfill@7.12.1: 🚨 This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
[2/4] Fetching packages...
error eslint-plugin-jsdoc@40.3.0: The engine "node" is incompatible with this module. Expected version "^14 || ^16 || ^17 || ^18 || ^19". Got "22.9.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

✨ Finishing Touches
  • 📝 Generate Docstrings

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@chrisadubois chrisadubois added the validated If the pull request is validated for automation. label Feb 28, 2025
@arun3528 arun3528 changed the title Meeting joined time header fix(meetings): Meeting joined time header Feb 28, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
packages/@webex/plugin-meetings/src/meeting/util.ts (1)

183-183: Implementation looks good, consider adding fallback handling.

The code correctly retrieves the meeting join time from the response headers using safe optional chaining. This aligns well with the PR objectives to record when a meeting is joined.

While the comment mentions falling back to the system clock if the header doesn't exist, the fallback implementation isn't visible in this line. Consider either:

  1. Adding explicit fallback here:
-meeting.isoLocalClientMeetingJoinTime = res?.headers?.date; // read from header if exist, else fall back to system clock : https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-555657
+meeting.isoLocalClientMeetingJoinTime = res?.headers?.date || new Date().toISOString(); // read from header if exist, else fall back to system clock : https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-555657
  1. Or confirming the fallback is handled in the setter method for isoLocalClientMeetingJoinTime in the Meeting class.
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 6802b46 and 3f306f9.

📒 Files selected for processing (6)
  • packages/@webex/internal-plugin-metrics/src/call-diagnostic/call-diagnostic-metrics.ts (1 hunks)
  • packages/@webex/internal-plugin-metrics/test/unit/spec/call-diagnostic/call-diagnostic-metrics.ts (2 hunks)
  • packages/@webex/plugin-meetings/src/meeting/index.ts (1 hunks)
  • packages/@webex/plugin-meetings/src/meeting/util.ts (1 hunks)
  • packages/@webex/plugin-meetings/test/unit/spec/meeting/index.js (2 hunks)
  • packages/@webex/plugin-meetings/test/unit/spec/meeting/utils.js (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Build Packages
  • GitHub Check: AWS Amplify Console Web Preview
🔇 Additional comments (7)
packages/@webex/plugin-meetings/test/unit/spec/meeting/index.js (1)

209-209: New test variable for meeting join time tracking.

Adding the isoLocalClientMeetingJoinTime variable to capture the join time aligns well with the PR objective of reading joined time from headers.

packages/@webex/internal-plugin-metrics/src/call-diagnostic/call-diagnostic-metrics.ts (1)

739-742: Addition of meeting joined time to client event object looks good.

This change correctly implements the feature for recording the time a meeting is joined by adding the meetingJoinedTime property to the client event object when available. The implementation properly checks if the value exists before assigning it.

packages/@webex/plugin-meetings/test/unit/spec/meeting/utils.js (1)

464-505: Good test coverage for the meeting join time header feature.

This test case properly verifies that the isoLocalClientMeetingJoinTime property is correctly set from the date header in the response when joining a meeting. The test adequately sets up the necessary mocks and assertions to validate this functionality.

packages/@webex/plugin-meetings/src/meeting/index.ts (1)

1637-1650: Well-implemented setter method for meeting join time tracking.

The new setter method for isoLocalClientMeetingJoinTime correctly implements the logic to record meeting join time. It ensures the value is set only once (the first time it's called) and handles both cases appropriately - using the provided timestamp if one exists, or generating a new ISO timestamp if none is provided.

This implementation aligns perfectly with the PR objective to add functionality for recording meeting join time, reading from the header if it exists or using the system clock as a fallback.

packages/@webex/internal-plugin-metrics/test/unit/spec/call-diagnostic/call-diagnostic-metrics.ts (3)

61-65: Good addition of test fixture for meeting join time.

The new fakeMeeting4 test fixture correctly extends the base meeting object while adding the new isoLocalClientMeetingJoinTime property, which aligns with the PR's purpose of tracking meeting join times.


71-71: LGTM: Properly registered the new test fixture.

The new test fixture is correctly added to the fakeMeetings object, making it accessible for tests.


1071-1204: Well-structured test case for meeting join time functionality.

This test case thoroughly validates that the submitClientEvent method correctly incorporates the isoLocalClientMeetingJoinTime property from the meeting object into the event payload as meetingJoinedTime. The test covers all necessary assertions:

  1. Verification that the correct identifiers are fetched from the meeting
  2. Confirmation that the meetingJoinedTime property is set correctly in the diagnostic event
  3. Validation of the full call chain with appropriate spy checks

The test case aligns perfectly with the PR objective of adding functionality to record meeting join times.

Comment on lines +7500 to +7517
describe('#setIsoLocalClientMeetingJoinTime', () => {
it('should set the isoLocalClientMeetingJoinTime once and only once when passed in', () => {
assert.equal(meeting.isoLocalClientMeetingJoinTime, isoLocalClientMeetingJoinTime);
meeting.isoLocalClientMeetingJoinTime = 'test';
assert.equal(meeting.isoLocalClientMeetingJoinTime, 'test');
meeting.isoLocalClientMeetingJoinTime = 'test2';
assert.equal(meeting.isoLocalClientMeetingJoinTime, 'test');
});

it('should set the isoLocalClientMeetingJoin time once and only once when not passed in', () => {
assert.equal(meeting.isoLocalClientMeetingJoinTime, isoLocalClientMeetingJoinTime);
meeting.isoLocalClientMeetingJoinTime = undefined;
const time = meeting.isoLocalClientMeetingJoinTime;
assert.equal(meeting.isoLocalClientMeetingJoinTime, time);
meeting.isoLocalClientMeetingJoinTime = 'test2';
assert.equal(meeting.isoLocalClientMeetingJoinTime, time);
});
});
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Verification agent

🧩 Analysis chain

Good test coverage for the new setter behavior.

The tests correctly verify that the isoLocalClientMeetingJoinTime property can only be set once, which is an important safeguard to prevent accidental overwrites of the join time. This matches the PR objective of reliably tracking when a meeting is joined.

However, I notice a few points that could be improved:

  1. The second test doesn't explicitly verify what happens when undefined is set - it just stores the result in a variable and checks that it can't be changed after. Consider asserting the expected behavior more clearly.

  2. There's no test for the fallback to system clock mentioned in the PR objective when no header exists.


🏁 Script executed:

#!/bin/bash
# Check if the Meeting class implementation properly handles the fallback to system clock
rg -A 5 "isoLocalClientMeetingJoinTime" --type ts packages/@webex/plugin-meetings/src/meeting/index.ts

Length of output: 1274


Action Required: Enhance Test Assertions for Fallback Behavior

Good test coverage overall for ensuring the setter only takes effect once. However, please consider the following improvements:

  • Explicit Fallback Verification: The second test currently stores the fallback value in a variable and only checks for immutability after subsequent assignment. It would be more robust to assert that when undefined is passed, the actual fallback value meets the expected criteria (e.g., matching an ISO 8601 format).
  • Dedicated Fallback Test: Introduce a separate test case to explicitly verify that when no header value is provided, the setter correctly falls back to using the system clock (i.e., by asserting that new Date().toISOString() is effectively returned).

Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-4124.d3m3l2kee0btzx.amplifyapp.com

@chrisadubois
Copy link
Collaborator Author

Waiting for response from CA and Locus on Date header

* @param {string | undefined} isoLocalClientMeetingJoinTime
*/
set isoLocalClientMeetingJoinTime(isoLocalClientMeetingJoinTime: string | undefined) {
if (!this.#isoLocalClientMeetingJoinTime) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question (just to double check): in a scenario where user joins, leaves and then joins the same meeting again, are we supposed to still use the fist meeting join time and not the 2nd one?

@@ -180,7 +180,7 @@ const MeetingUtil = {
.then((res) => {
const parsed = MeetingUtil.parseLocusJoin(res);
meeting.setLocus(parsed);

meeting.isoLocalClientMeetingJoinTime = res?.headers?.date; // read from header if exist, else fall back to system clock : https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-555657
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wouldn't it be better to add this to the common code that's always executed when any Locus is parsed? I think we are not guaranteed to have the join time in the http response here, it might come in a delta DTO afterwards. Actually if we always parse it out of Locus DTO then we would end up setting it also in the case when we just load the page and Locus thinks we're already in the meeting, because user was in a meeting and just did a page refresh, so maybe it is better to keep it here as it is and my comment is useless - just making this comment to make sure that all these scenarios were considered.

Also just wondering if there are any other means of ending up in the meeting where we should set the joined time, like maybe for example Meeting.moveFrom()?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked validated If the pull request is validated for automation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants