Discussion
Discussion List
-
CORS errors using prebuilt UI 46.0
Hi All, We recently upgraded to DailyCo prebuilt UI v46.0. We sporadically are seeing a CORS error: Access to fetch at 'https://b.daily.co/call-ui/447be1e7…/static/call-machine-object-bundle.js' from origin 'https://<ourcompany>.daily.co' has been blocked by CORS policy: No 'access-control-allow-origin' header is present .…
-
Error using the latest react hooks repo
Hi , I just checked out the latest version of the react hooks repo and I get the following error after pressing the "Click to start a call button": Uncaught TypeError: callObject.isDestroyed is not a function Thanks
-
Using Apps for a Shared Browser
Thought I would share one of the many things possible with the Integrations API! At UpMeet we've added shared browsers where people can collaborate on a virtual machine and can even watch videos together. Recorded a little demo below ⬇️
-
[Fireside Chat] AI in Telehealth Applications: Copilots & Translations
This stream is now available on-demand. Click to watch, and add your comments below! @sventy will follow up with you in the thread.
-
[Fireside Chat] AI in Telehealth Applications: Transcriptions & Clinical Summaries
Are you curious about how AI will impact the future of telehealth? In this video, our own @sventy who is the General Manager of Telehealth at Daily, speaks with Andrew Seagraves from Deepgram about how AI can be used to automatically generate transcriptions and clinical summaries during telehealth consultations. If you…
-
useDaily() hook seems to create a new callObject
Hi, using the daily react hooks repo, the useDaily() hook seems to not provide the existing callObject, but to create a new one. This errors in the console. How to recreate behaviour: checkout latest repo update to: "@daily-co/daily-js": "^0.44.1", "@daily-co/daily-react": "^0.7.3" use the useDaily() hook in the Call.js…
-
Calling destroy() on the callObject has no effect
Hi, calling destroy() on the callObject seems to have no effect: if (callObject) await callObject.destroy(); if (callObject) console.error("callObject still exists -.-") The behaviour does not change, if I chain the promise with .then(). Versions: "@daily-co/daily-js": "^0.44.1", "@daily-co/daily-react": "^0.7.3", Thanks
-
Video UX in telehealth: Easy EMDR and Daily
In this video, we talk with Easy EMDR Founder and CEO Zach Jordan about the role of integrated video in user experience for digital health care. Zach tells of his journey building a telehealth product, and the importance of a clean, simplified user experience in telehealth therapy. Do you have questions about EMDR or…
-
[BUG] Turning off camera leads to freezing image (0.44.1)
Hi, after updating from daily-js 0.42.2 to 0.44.1, turning off the camera leads to a freezing image instead of showing a black background. Thanks
-
Streaming video in multiple Electron windows
Hey there, I need a way to stream videos in multiple Electron windows. In the main window, user joins the room and enables video / audio. The second window is Picture-in-picture where user can see the video participants in a small window. I can't see how I can implement PIP window without joining the same room twice. Does…
Categories
Popular Tags
Upcoming Events
-
[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…