Home / Companies / Stream / Blog / July 2024

July 2024 Summaries

7 posts from Stream

Filter
Month: Year:
Post Summaries Back to Blog
Exploring five popular web frameworks—React, Angular, Vue.js, Svelte, and Next.js—this project demonstrates building a chat app using each framework's native capabilities while integrating Stream's Chat API for backend functionality. React and Angular benefit from their respective Stream Chat SDKs, facilitating quick UI development, while Vue.js and Svelte require custom UI construction utilizing the JavaScript Client SDK. For Next.js, a framework based on React, server actions are employed to dynamically generate authentication tokens, enhancing the production-like setup. The project underlines the distinct approaches each framework takes in handling templating, reactiveness, and business logic integration, with the complete code accessible on GitHub and an invitation for community engagement to explore additional frameworks.
Jul 31, 2024 535 words in the original blog post.
Integrating interactive polling into SwiftUI apps enhances user engagement in virtual events, remote education, and other interactive environments by allowing real-time feedback and participation. The tutorial outlines how to implement this feature using the SwiftUI SDK version 4.57.0, which includes polling capabilities as a built-in feature. Developers begin by installing the Chat SDK from GitHub and configuring it to enable the polls feature through the Stream Dashboard. The tutorial provides detailed steps to set up a SwiftUI project in Xcode, including privacy settings and channel list displays. It also covers creating and voting on polls, customizing their functionality and appearance, and removing default options like comments. The guide emphasizes the flexibility of the SwiftUI Chat SDK in tailoring poll experiences, offering developers the opportunity to create unique interfaces and functionalities through customization of the SDK's ViewFactory protocol. With the completed setup, developers can create a chat messaging app capable of gathering real-time insights and feedback from users through interactive polls.
Jul 22, 2024 1,892 words in the original blog post.
Pet Media Group (PMG), a leading online marketplace for pet adoption, transitioned from Sendbird to Stream Chat to address latency issues caused by Sendbird's server locations and to enhance their user experience. Stream Chat's global edge network, flexible SDKs, and superior customer support were key factors in PMG's decision to migrate. The integration process, although challenging due to data handling and import procedures, was facilitated by Stream's automated tools and comprehensive support. Post-migration, PMG observed an 8% increase in their Net Promoter Score (NPS), improved message loading speeds, and better user engagement, with the potential for future customization and integration of additional features like video and audio functionalities. PMG praised Stream Chat's responsive customer support and collaboration via Slack, which significantly differed from their prior experience with Sendbird. The migration not only resolved PMG's initial performance challenges but also positioned them for future growth, with Stream’s reliable infrastructure supporting their global expansion and customer satisfaction objectives.
Jul 22, 2024 960 words in the original blog post.
It's Complicated, a Berlin-based therapy community platform founded in 2019, faced challenges with video call reliability and the need for advanced features to support effective therapy sessions, impacting therapist-client interactions and user satisfaction. To address these issues, the platform integrated Stream's Video API, which offered comprehensive features such as integrated chat, advanced UI/UX, and multi-participant call capabilities, along with ensuring HIPAA compliance and fitting within their budget. Through proactive beta testing and user feedback, features like whiteboarding and background blur were refined to meet the specific needs of therapists and therapy seekers. The integration resulted in improved call quality, stability, and session tools, leading to higher therapist satisfaction and expanded market reach into family and group therapy sectors. Stream's competitive pricing and robust global edge network further supported It's Complicated's growth and innovation plans in the mental health tech industry, setting a strong foundation for future developments.
Jul 22, 2024 742 words in the original blog post.
StreamDeck+ is a versatile tool initially designed for video streamers, enabling users to streamline workflows by customizing dynamic LCD keys for various functions, including controlling multimedia and home automation. However, its integration with browser-based video calls, such as Zoom, Teams, and Google Meet, encountered challenges due to plugins primarily supporting desktop applications. Enter MuteDeck, a software utility that bridges this gap by using a local network service to connect the StreamDeck with browser and desktop video calls, effectively allowing control over meeting functions directly from the StreamDeck. MuteDeck facilitates seamless communication between the StreamDeck plugin and a browser extension, enabling features like muting and camera toggling in both native and web versions of video platforms. Additionally, users can extend this functionality to other platforms, such as Stream Video, by developing custom Chrome Extensions using MuteDeck's template, which allows for tailored integration with specific websites, enhancing meeting efficiency and user experience.
Jul 16, 2024 1,286 words in the original blog post.
Stream's co-founder and CEO, Thierry Schellenbach, presented at the HLTH Europe conference in Amsterdam, discussing the transformative impact of AI and Stream's Video API on the healthcare and telehealth industry. Stream, a company focused on providing APIs for building activity feeds, chat functionalities, and video capabilities, supports over a billion end users globally across various sectors. Schellenbach emphasized the role of APIs as fundamental building blocks that simplify software development by allowing developers to integrate pre-built functionalities into applications, thereby accelerating time-to-market and enhancing user experiences. He highlighted the significant strides AI has made in app development, envisioning a future where AI seamlessly integrates with APIs to create functional front-ends tailored to specific needs. Innovations from companies like NexGS, Magic, and Cursor AI are paving the way for this integration, promising to streamline app development, particularly in industries like healthcare, where security and efficiency are critical. The synergy between AI and APIs is expected to enable developers to request complex applications and receive fully functional solutions quickly, representing a paradigm shift in software development that offers faster development cycles, enhanced user experiences, and greater customization. Schellenbach expressed excitement for the potential of AI and APIs to craft intelligent, personalized experiences and empower businesses to innovate without constraints, ultimately shaping a future where technology connects and empowers users in unprecedented ways.
Jul 12, 2024 549 words in the original blog post.
In a series of blog posts, a step-by-step guide is provided to create a clone of the popular app Discord using Next.js and Stream's chat API and video SDKs, aiming to replicate Discord's functionality and aesthetic. The project is divided into five parts, each focusing on specific features: project setup with Next.js and Stream's SDK, building a custom server list, creating a collapsible channel list, customizing message lists, and adding audio and video calling capabilities. Throughout the series, users are guided on setting up architecture, customizing UI components, and leveraging Stream's SDK for enhanced functionality, while maintaining the design language of Discord. The complete project code is available on GitHub, offering readers a practical learning experience to build a complex application with tailored features.
Jul 05, 2024 926 words in the original blog post.