Home / Companies / Daily / Blog / February 2021

February 2021 Summaries

3 posts from Daily

Filter
Month: Year:
Post Summaries Back to Blog
In 2020, the surge in real-time video communication was driven by major companies like Google, Microsoft, and Zoom, alongside emerging companies using Daily’s video API. As interest shifts in 2021 towards audio-only platforms, possibly due to video call fatigue, a simple audio chat application can be built using Daily’s API. The guide explains how to construct a basic audio chat room in HTML, focusing on disabling video to facilitate an audio-focused experience, and uses Daily’s video API to manage audio controls, participant updates, and event handling in real-time. The tutorial emphasizes the ease of transitioning to audio by leveraging existing video call infrastructure, and it provides a foundation for further enhancements like improved error handling and user interface, suggesting future explorations of audio-only features.
Feb 18, 2021 1,239 words in the original blog post.
At Daily, they emphasize the importance of building on top of open standards, utilizing WebRTC as their core offering. They provide meeting tokens, which are JSON Web Tokens (JWTs), to manage access and configure room features for individual users. These tokens can be created in bulk or minimized network requests, allowing developers to create them themselves. The anatomy of a JWT consists of three parts: header, payload, and signature, which are digitally "signed" using a secret or public/private key pair. To create a token, one needs an API key and domain ID, which can be obtained from the Daily dashboard. Developers can integrate tokens into their applications by creating a test token using jwt.io and validating it using the provided endpoint. The idea is to eliminate unnecessary network requests by self-signing tokens, allowing developers to decide how to integrate them into their application.
Feb 17, 2021 913 words in the original blog post.
The Boston Computer Exchange, a precursor to eBay, was the first e-commerce platform that existed in the 1980s. Now, businesses are accelerating their digital initiatives due to events in 2020, and onsite video conferencing is becoming increasingly common. This shift can benefit businesses by providing a better user experience, preventing platform leakage and disintermediation, and allowing for greater insight into customer interactions. A native video solution like Daily's video API platform lets developers quickly add video calling features to their products with minimal code, while also providing analytics, customizable UI/UX, granular call quality insights, feature support, and secure, protected video calls. This can lead to faster time-to-value, sensible pricing, and compliance with key standards. With a native video solution, businesses can build a product that meets their specific customer needs and stay on top of ongoing work without the need for developer resources and time.
Feb 05, 2021 1,374 words in the original blog post.