Twilio Video allows you to build in-app voice and video integrations with cloud infrastructure and simple APIs.
Questions tagged [twilio-video]
206 questions
2
votes
1 answer
How to define and assign child element style in ReactJS?
I want to show local video as fit in ReactJS App. And trying to width as 100%. But how to declare this style in React?
React Component
componentDidMount() {
Video.createLocalVideoTrack().then(track => {
const localMediaContainer =…

RedLEON
- 281
- 2
- 7
- 19
2
votes
2 answers
Is it possible to detect who is speaking with Twilio Video JS SDK?
I'm currently implement video call application, something like Google Hangout using Twilio Video. I want to show the video of person who is speaking at that time in the background.
Is it possible to detect who is speaking with Twilio Video JS SDK ?

Kawin Aur.
- 129
- 1
- 8
1
vote
0 answers
Twilio - twilio-video": "^2.27.0 on leaving the room cant turn the web cam light off
I am building a Java Springboot and react platform with twilio-video 2.27.0 - to allow to logged in members to video chat to each other.
I am getting what could look like a malfunction if its not fixed - that when leaving the room - the web cam…

The Old County
- 89
- 13
- 59
- 129
1
vote
1 answer
Twilio Video - Unable to join video room with 'newrelic' enabled
I'm using Twilio Video JS SDK to support video calls in our React web app.
We are also using newrelic in our application and with that enabled users are unable to join Twilio room.
Upon further checking I found out that the Twilio connect API is not…

rpg
- 141
- 1
- 5
1
vote
0 answers
Twilio video + Vue - issue with track.attach() and re-rendering of components
I'm using Twilio video JS SDK with inline Vue 2 for a group video conference app and I'm having an issue with losing audio/video tracks attached to participant components, when one participant disconnects.
Take a room with 4 participants, all have…

andrejmatulik
- 11
- 2
1
vote
1 answer
Where is the option to set maxParticipantDuration in JavaScript SDK?
I used the backend to obtain the Access Token, and connect (auto-create) to a room like this -
room = await Video.connect(accessToken, {
video: true,
audio: true,
name: "Room1",
});
I looked at ConnectOptions and I don't see anywhere…

Joe
- 86
- 6
1
vote
0 answers
Change brackground in Twilio Video for React Native and React in iOS browsers
I've recently developed video calls with twilio video in our React app. I've used twilio/video-processor too changing video background to white screen. But it's only working in chrome desktop browsers and mostly on Android.
In iOS doesn't work…

Elena Martín Castillo
- 322
- 1
- 4
- 16
1
vote
0 answers
twilio video composition : custom grid layout
I have two concurrent video tracks in my room : the presenter (always present) and the guestspeaker (dynamically changes, blancks allowed). For the records composition, I want to:
display the presenter video full screen if they are the only one…

hasnaas
- 86
- 5
1
vote
1 answer
How can I make sure the Twilio Video dataTrack message gets sent and recieved?
I have a simple dataTrack for twilio-video
let dataTrack = new LocalDataTrack()
const tracks = track.concat(dataTrack)
room = await connectToRoom(roomConnectId, tracks)
....
function closeRoom() {
…

MomasVII
- 4,641
- 5
- 35
- 52
1
vote
1 answer
Twilio 'twilio-video-app-android' github app Video Calling app crashes on joining a room
I am new to twilio and i am developing a andorid app for video calling i have started with the twilio 'twilio-video-app-android' from github
But app crashes when i click on join room with an exception
"boolean…

waqar saeed
- 39
- 4
1
vote
1 answer
iOS application is getting crashed if we continuously publish / unpublish the audio and video track, TwillioVideo SDK
Description
in my application I am publishing and unpublishing the audio and video tracks when user mute / unmute audio and enable / disable the camera. After 2 three continues tap the application is getting crashed.
I tried to disable the mic…

Naresh
- 869
- 8
- 17
1
vote
0 answers
Twilio video call running crushes the Android app on release build - React Native
I have test the application on emulator and my android phone, the twilio video screen run without any error but after installation of release build, it crushes the app. I see following error in logcat:
2022-01-17 03:09:12.265 2521-2542/?…

H. Pardess
- 51
- 1
- 12
1
vote
0 answers
How to show remote participant video on Twilio programmable video?
I have web page with the following javascript code.
My code is listening to participant connected event on a certain room.
Whenever a new participant is connected, I need to show his remote video.
Here is my code :
var LastTrack;
function…

Thomas Carlton
- 5,344
- 10
- 63
- 126
1
vote
0 answers
React: How to attach a MediaStreamTrack to a Video element?
Hey so what I'm trying to a do is track a MediaStreamTrack that is stored locally in memory and then play in the user's browser using an html5 video element. This what I have currently:
const VideoTrack = ({ track }) => {
useEffect(() => {
…

Paul Fidika
- 103
- 2
- 7
1
vote
0 answers
Twilio remote video is dark on iOS Safari
I am using Twilio Video for creating a video/chat application, and the remote video tracks are displayed dark on Safari IOS (Using Safari Technology Preview) as shown in the picture below. (One way video)
I was thinking the issue is with the…

DrSmrtnik
- 69
- 1
- 8