Questions tagged [twilio-video]

Twilio Video allows you to build in-app voice and video integrations with cloud infrastructure and simple APIs.

206 questions
0
votes
1 answer

Adobe Android ANE support armeabi

I am integrating Twilio video in android with my adobe air app. I can successfully add video sdk in ane but twilio video sdk uses com.getkeepsafe.relinker SDK. This SDK gives me below error Process: air.TestApp, PID: 585 java.lang.RuntimeException:…
Ijas Ahamed N
  • 5,632
  • 5
  • 31
  • 53
0
votes
0 answers

How to detect user's connection speed using angular 2 and set quality to twilio video call

I am trying to set default video quality for video like this (from the example) : createLocalTracks({ audio: true, video: { width: 640 } }).then(localTracks => { return connect('$TOKEN', { name: 'my-room-name', tracks: localTracks …
0
votes
0 answers

how to use twilio video api python?

I would like to implement twilio video API in my Django project but i didn't really understand the documentation. I managed to create a room following this example: from twilio.rest import Client api_key_sid =…
webdev
  • 1
  • 1
  • 1
0
votes
1 answer

Any links for Twilio Video Chat - Twilio Common & Twilio Conversation Client Frameworks

I am working on Video Chat application using Twilio using Objective - C. 2 years back, we have implemented video chat using Twilio Frameworks like Twilio Conversation Client & Twilio Common Frameworks using Manual process. While developing we have…
Vidhyanand
  • 5,369
  • 4
  • 26
  • 59
-1
votes
1 answer

How to delete Twilio programmable video room logs?

When we open Monitor tab in Twilio and select Logs > Video Rooms or Insights > Video > Rooms, we can see past logs of Twilio Programmable Video. We want to delete all data associated with specific video room instances. But we're not able to find any…
skynew
  • 380
  • 3
  • 13
-1
votes
1 answer

Twilio Video Recording using external s3

Can someone explain how to start and stop video recording programmatically to an external s3 bucket using twilio video and javascript? In the twilio console I can see a start recording on join option. I do not need this. I want to be able to control…
-1
votes
1 answer

twilio video but what if I want just audio or just video or both?

This is a question on execution. on video chat creation. Each user gets a div created for them which is just a black picture and their name. when they click the start video button in my ui a localVideoTrack is created and published to all…
-1
votes
1 answer

Connecting to a Twilio video room that already has participants

When user joins a room that has another individual already in the room then the person joining should see the video and audio of the user already in the room*. As seen in the docs, on room initialization I iterate over all participants in the room…
simondefreeze
  • 189
  • 16
-1
votes
1 answer

SDK for Twilio Programmable Video Server Side aka REST APIs

I can't find any SDK for Twilio Programmable Video Server Side aka REST APIs. Does one exist? If yes, please help me with the link.
Raj Chaudhary
  • 1,444
  • 3
  • 16
  • 31
-1
votes
1 answer

Twilio-video connection (getUserMedia is not supported) in google chrome, iPhone

I am using twilio-video 2.7.2 and while trying to connect video call in iPhone chrome browser it is getting error like below attached screenshot. can anyone please suggest me how overcome this issue. 2.72
-5
votes
1 answer

Its possible to use Twilio Vedio SDK for both Audio and Vedio calls?

hai I need to know its possible to use Twilio Vedio SDK for both Audio and Vedio calls??. or I need to use separate SDK?
i'm SRK
  • 41
  • 4
1 2 3
13
14