Code Share
Discussion List
-
Aura reader for two!
I made an aura reader collaborative app (you need two participants), and it uses Daily and the Daily Hooks library! Here's the source code and a link to the app: https://github.com/ablwr/aura-reader-for-two If you have ever wondered how to identify or outline faces for Daily video streams, this app does that, so you can…
-
Update your Daily Prebuilt with different themes!
Here's a snippet that lets you add a few different popular text editor themes to your Daily call, updated on click. <html> <head> <title>Custom themed video chat</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <script crossorigin src="https://unpkg.com/@daily-co/daily-js"></script> <style> body…
-
Creating Daily rooms in Go
Here is a quick snippet I threw together to create Daily rooms in Go. This inspired me to make a little library to interact with our REST API in general so there's likely more to come, but in the meantime here's some very basic room-creation logic. Let me know if you run into any problems! package daily import ( "bytes"…
Categories
Popular Tags
Upcoming Events
-
GStreamer Conference 2023
The 11th GStreamer Conference is taking place on September 25-26 at the Palexco Convention Centre in A Coruña, Spain. This year's conference will include tech talks from peerConnection community members, @Sanchayan and @arun! The GStreamer Conference is a conference for developers, community members, decision-makers,…
-
[Daily Demo] AI-Powered Clinical Notes API
Join @chobberoni on Wednesday, September 27th at 1 pm ET / 10 am PT for a demo of Daily's AI-powered Clinical Notes API! See how AI can be used during telehealth consultations to automatically generate clinical notes like SOAP and DAP for healthcare providers. With AI assistance, healthcare providers can dictate or input…
-
[Technical Webinar] Build an Interactive Live Streaming Video Experience
Join us on Wednesday, October 4th at 12 pm ET / 9 am PT and learn about building Interactive Live Streaming Video experiences! During the event, you’ll get access to exclusive content, including: Discover what interactive live streaming is and why developers in the video space need to know about it. Understand why WebRTC…