The analysis of conversation data is being digitally transformed by companies impacted by the shift from office to remote work through Symbl.ai's Conversation Intelligence API platform. The platform enables developers to extract insights from multiple conversations in real-time, analyzing key features such as speaker overlap, silence, pace, and talk time. A developer has built a web application using PHP, Graph.js, and Bootstrap 4 to create a graph displaying the talk time of speakers in a conversation. The application takes user input for the API credentials and conversation ID, generates a token, and uses Symbl.ai's Conversation Analytics API to retrieve the conversation data. The application then displays a bar graph using Chart.js, with each speaker represented by a different color based on their talk time. The developer plans to add features such as a dropdown menu to select the type of return data from Symbl.ai's APIs and a scheme for color patterns to highlight commonalities between speakers.