Simulator 5.97
  • 03 Feb 2025
  • 4 Minutes to read
  • Contributors
  • Dark
    Light
  • PDF

Simulator 5.97

  • Dark
    Light
  • PDF

Article summary

Release date: 2025-01-22

Key Updates Summary

This release introduces significant improvements across multiple areas:

  1. Enhanced History and Event Management.
  2. Advanced Video Call Features.
  3. Improved User Interface Controls.
  4. Enhanced Dashboard Functionality.
  5. Expanded Widget and API Capabilities.

New Features

1. History Management Enhancement

What's New:

  • Relocated History section to a new dedicated tab.
  • The History button retained in the top menu.
  • Client-specific History customization options.

How to Use:

  1. Open the Events page.
  2. Open the event for which you want to view the history.
  3. At the event bottom, open the History tab:

history tab

  1. In the Event, click the three-dot menu in the right upper corner.
  2. Select History in the dropdown list:

history button

2. Video Call Transcription

What's New:

  • Real-time transcription of video calls.
  • Voice Agent integration.
  • Automatic generation and attachment of the TXT file of a call recording transcript.

How to Use:

  1. Open the Events page.
  2. Open the event for which you want to record a meeting.
  3. Open the Meeting tab.
  4. Click Join Room to start a meeting.

meeting record

  1. Click Settings, and then Start Recording.

meeting recording

  1. After the recording is finished, the call transcript in TXT format will be available on the event Attachments tab together with the call video.

3. Full-screen Mode

What's New:

  • Full-screen toggle button in the bottom menu.
  • Auto-hiding menu functionality.
  • Hover-activated menu display.
  • Multiple exit options.

How to Use:

  1. Navigate to the Graphs page and click a graph to open.
  2. Click the full-screen full-screen icon in the right lower corner to open the full-screen graph view.
  3. To show the bottom menu again, hover the mouse cursor over it.
  4. To exit the full-screen view, click on the full-screen icon again or press Escape.

fullscreen

4. Event System Updates

What's New:

  • New Graph tab has been added for Events.
  • Added 'graph' option to “eventTabs” parameter in event URLs.
  • File renaming capability for attachments.

How to Use:

  1. On the Events page, open an event.
  2. In the event, open the Graph tab:

graph tab

It now opens an empty read-only graph to allow query parameters to be passed to this tab for various use cases. New functionality will be added in new versions.

To disable the Graph tab in the Events split view mode, use the "eventTabs" parameter with no graph tab configuration in the URL:

Event URL graph tab onEvent URL graph tab off
event URL-graph tab onevent URL-graph tab off

5. Widget Enhancements

What's New:

  • File sending capability.
  • System-wide Total edges account implementation.

How to Use:

  1. Open the Smart Forms page.
  2. Click the Smart Form you want to send a file in.
  3. In the Smart Form window, click the attachment icon to send a file:

smart form file add

How to Use:

  1. Open the Actors bag page.
  2. Click the actor which total edges info you want to see.
  3. In the actor’s panel, navigate to the Accounts tab.
  4. Open the System metrics folder and view the Total edges account:
Total edges actor system accountTotal edges in the Accounts
total edges-actors bagtotal edges

Improvements

1. Event Meeting tab Video Call Enhancements

  • Updated video codec for better quality.
  • Improved screen-sharing quality progression.
  • Optimized Internet traffic utilization.

2. Graph and Layer Management

  • Automatic cursor-cell centering: when opening a graph layer, the cursor is automatically centered.

3. Actor Handling

  • Multiple actor copy transactions: when making multiple copies of an actor on the Actors bag page, each copy has a transaction.

How to Use:

  1. Open the Actors bag page.
  2. Open the three-dot actor menu.
  3. Select Make multiple copies.

make multiple copies

  • The ability to rename an actor's attachment was added.

How to Use:

  1. Open the Actor’s panel.
  2. Navigate to the Attachments tab.
  3. Click the three-dot attachment menu to open it.
  4. Select Rename.
  5. Input the new attachment name.
  6. Press Enter to save the new name.

attachment rename

4. Dashboard Updates

  • After clicking a dashboard title, the height of the dashboard header and the diagram size are no longer reduced.
  • Removed future date restrictions: when customizing a date range for a dashboard, the end date (if it is today's date) is no longer automatically assigned a fixed time of 23:59 and reflects the current time of the dashboard configuration.
  • Resolved filtering and sorting issues that caused exclusion of some actors from the top results and not displaying them consistently.
  • Resolved the workspace value display issue that prevented displaying them consistently in descending order.

5. Transfer Window Enhancement

  • Added Actor, Amount, Account copying.
  • Added Actor from/Actor to swap feature.
  • Improved user interface efficiency.

How to Use:

  1. Open the Transfers page.
  2. Click Make transfer.
  3. In the Make transfer window click the copy icon (1) to duplicate the current actor, amount and account.
  4. Click the swap icon (2) to swap Actor from and Actor to actors:

transfer

6. API Updates

  • Account renaming method was added.
  • File renaming capabilities.

How to Use:

  1. For account renaming:
PUT /papi/1.0/account_names/{nameId}:
body:
{ "name": "name" 
"abbreviation": "newAbbreviation"
}
  1. For attachments renaming:
PUT /papi/1.0/attachments/{attachId}
body:
{ "title": "new title" }

Fixed Issues

1. Interface and Navigation

  • Fixed sum visibility on actor hover.
  • Corrected image size after multiple movements.
  • Resolved HTML tags in snippets.

2. System Operations

  • Fixed 403 error in actor deletion.
  • Resolved 500 error in starred actor sorting.
  • Corrected broken formula handling in exports.

3. Form and Selection

  • Fixed autocomplete in Smart Forms.
  • Resolved API real-time scripts.toggle issues.
  • Corrected form validation issues.

Was this article helpful?

What's Next