Twilio Video allows you to build in-app voice and video integrations with cloud infrastructure and simple APIs.
Questions tagged [twilio-video]
206 questions
0
votes
1 answer
How can I implement my Twilio-VideoCall Programming in Webview?
My Twilio-Videocall and Screen sharing Application works good in my Phone's default Browser but when I try to implement it in web-view,I am unable to create a Video room.
import TwilioVideo from "twilio-video";
TwilioVideo.isSupported gives…

Piyush Mahapatra
- 213
- 2
- 13
0
votes
1 answer
How to implemement "Screen Recording" in my Twilio-Video-Call Application?
I am using React in the Frontend and NodeJS in the backend and I have followed below mentioned Repo to implement Video-call and Screen Share in my application.
https://github.com/ksocha/twilio-screensharing
This is the Docs for Screen sharing but…

Piyush Mahapatra
- 213
- 2
- 13
0
votes
1 answer
Twilio video SDK and access token in plain javascript - documentation?
I am trying to do a video app using JS but not using node. From my understanding the first thing that i need to do is to create a JWT token.
Based on the following documentation (https://media.twiliocdn.com/sdk/js/video/releases/2.7.2/docs/) if i…

Manza
- 2,109
- 1
- 27
- 34
0
votes
1 answer
Unable to access mediaStreamTracks of local and remote participants
I am unable to obtain the mediaStreamTracks for local and remote participants, even after the roomState changes to connected. However, I noticed that they become available after reconnecting. Please advice how I could access the mediaStreamTracks…

kurrodu
- 2,108
- 4
- 32
- 49
0
votes
1 answer
how to integrate Twilio JavaScript Video library in Flutter?
I am new to Flutter and i want integrate Twilio JavaScript Video library in my Flutter app. I am not sure whether it is possible in flutter or not. Please i need some guidance.

TB13
- 367
- 13
- 23
0
votes
2 answers
How to restart video track after stopping it in twilio?
I am using twilio-video v2.7.
Objective:
Restart the video track after stopping it.
Use case:
Turn off the camera led indicator when video is off and vice-versa just like google meet.
const toggleVideo = () => {
const isOff = !isVideoOn;
…

YaSh Chaudhary
- 2,605
- 8
- 37
- 74
0
votes
1 answer
Twilio Video - Connect Voice. Not able to have two way communication
I am trying to connect voice to a video room. I was able to connect it successfully. The phone call was able to receive voice from the room (Which is from my computer) but the room is not able to receive voice from phone. Here is the link I am…

vshah
- 1
- 2
0
votes
1 answer
Twilio video: How to render mobile layout on desktop
I am using Twilio Video React application, for my video application.
Twilio video renders video in two views, desktop and mobile, based on the device.
Due to space constraints on my desktop application I would like to render the video similar to…

SpaceX
- 2,814
- 2
- 42
- 68
0
votes
1 answer
Participant Display Name with Twilio Programmable Video
Is it possible for local participant to change some data (in my use case, their display name) and have it accessible to other participants? I expected the Participant object to have some kind of metadata that can be changed locally, but I'm not…

Tim Scott
- 15,106
- 9
- 65
- 79
0
votes
1 answer
Twilio-video track.attach() / track.detach() is not function in react js web application
I am facing this issue when i am trying to attach the remote participant track using track.attach and remove the track by using track.detach() but it gives error like e.attach is not function How to resolve this error. in attachtrack function i am…

ketan patil
- 65
- 15
0
votes
1 answer
Adding features to Twilio Video SDKs
We want to use Twilio video SDKs in our Web, Android and iOS application. Since Twilio provides everything out of the box for conferencing, but we need to add some features from our end to Twilio SDK in order to use them in our application.
Feature…

Vijay Singh Kholiya
- 383
- 1
- 6
- 19
0
votes
1 answer
Can we conduct conferencing in the backgroud using Twilio Video API?
We are planning to use Twilio Video API for conducting conferencing between multiple participants. We have an application for WEB, Android and iOS and we need to integrate Twilio service to our application.
In Mobile SDKs i.e Android and iOS can we…

Vijay Singh Kholiya
- 383
- 1
- 6
- 19
0
votes
1 answer
How to I retrieve call duration when someone leaves a call?
How to I retrieve call duration when someone leaves a call?
I am trying to use getStats() but I am only being returned a state value.
console.log("this.room.getStats() ", this.room.getStats());
returns:
this.room.getStats()
Promise { :…

atw
- 5,428
- 10
- 39
- 63
0
votes
1 answer
How to upload twilio programmable video recording to S3 without using enterprise edition?
I am trying to upload video recordings of twilio to S3 but I found out its an enterprise feature. What are the other ways that it can be done ? I am using nodejs and react using twilio sdk.

YaSh Chaudhary
- 2,605
- 8
- 37
- 74
0
votes
1 answer
Twilio runtime function gives invalid Access token on iOS quickstart
I am using twilio runtime function to generate access token successfully on browser. Below is the attached screenshot.
But when I run that url on iOS quickstart project, it gives me invalid access token error when I am connecting room. Kindly help.…

Ahsan Ali
- 39
- 5