twilio-video

How to detect Touch-tones (DTMF) in a Twilio video room

流过昼夜 提交于 2020-12-14 12:08:43
问题 After following this document I can successfully add PSTN callers to a video room (Small Room type). What I haven't been able to do is to detect DTMF tones from the person calling in. I tried two different approaches, both have failed 1) The one that I used before with a different provider and worked, but not with Twilio, was to have one of the other users in the room (not the PSTN caller but a javascript client) detect the DTMF client-side. This doesn't work with twilio because it sounds to

How to detect Touch-tones (DTMF) in a Twilio video room

这一生的挚爱 提交于 2020-12-14 12:04:52
问题 After following this document I can successfully add PSTN callers to a video room (Small Room type). What I haven't been able to do is to detect DTMF tones from the person calling in. I tried two different approaches, both have failed 1) The one that I used before with a different provider and worked, but not with Twilio, was to have one of the other users in the room (not the PSTN caller but a javascript client) detect the DTMF client-side. This doesn't work with twilio because it sounds to

How to detect Touch-tones (DTMF) in a Twilio video room

老子叫甜甜 提交于 2020-12-14 12:01:36
问题 After following this document I can successfully add PSTN callers to a video room (Small Room type). What I haven't been able to do is to detect DTMF tones from the person calling in. I tried two different approaches, both have failed 1) The one that I used before with a different provider and worked, but not with Twilio, was to have one of the other users in the room (not the PSTN caller but a javascript client) detect the DTMF client-side. This doesn't work with twilio because it sounds to

Remote video from Safari iPhone showing black-screen

北城余情 提交于 2020-04-17 19:03:29
问题 I moved from zoom to twilio with one of my client's video conferencing project. I followed tutorials and docs to show 1 to 1 video between two participants. I developed it as web app with JS scripts in PHP. So far, it is working from desktop to desktop and from android chrome to desktop. But from iPhone safari to Chrome Desktop, its showing black screen. On mobile, it loads video of both local and remote, but on desktop, its showing remote user's video as black screen. I tried everything,

Remote video from Safari iPhone showing black-screen

筅森魡賤 提交于 2020-04-17 18:59:47
问题 I moved from zoom to twilio with one of my client's video conferencing project. I followed tutorials and docs to show 1 to 1 video between two participants. I developed it as web app with JS scripts in PHP. So far, it is working from desktop to desktop and from android chrome to desktop. But from iPhone safari to Chrome Desktop, its showing black screen. On mobile, it loads video of both local and remote, but on desktop, its showing remote user's video as black screen. I tried everything,

Twilio Programmable video - Custom information when a participant joins a room

百般思念 提交于 2020-01-06 13:10:35
问题 So there is a webhook for STATUS CALLBACKS. I was wondering if I can add custom parameters to this callback especially when a participant joins. I need to know which user gets assigned which participant id. I am using video-quickstart-js. Would be great to have it somewhere here? 回答1: In the callback when you get a join-event and get the sid of a participant joining, did you try using the Participant API to look up the participant by their sid? https://www.twilio.com/docs/video/api