Questions tagged [vidyo]

An API platform by the eponymous company to embed group video chat, screen sharing, and text chat into apps and web sites. It provides SDKs for web, mobile, or desktop devices.

62 questions
3
votes
1 answer

Ending the vidyo io video call by server side or other ways

we are using vidyo.io in our android app where two users are connecting to the vidyo io video call from two android devices using the same our app. we used vidyo.io android sdk in our android app. There are two buttons in the app, one is for ending…
developer
  • 31
  • 5
3
votes
2 answers

Login Redirect to Signup page

When I try to login in to vidyo.io it's redirect me to a signup page. But already I have an account. I don't know why it's happening. Yesterday it was working fine. I tried clearing my browsing data, cookies and using a different system, but the…
Jayaraj M
  • 192
  • 11
3
votes
2 answers

Integrating Vidyo library. App will restart after leaveing video chat

I'm having an issue integrating Vidyo into an existing app. Video chat lanches, connects, and works just fine. The problem I'm running into is after closing the Vidyo activity. The previous activity returns, executes on through the OnResume(), and…
2
votes
1 answer

Vidyo.io Remote JS Not Available

I was trying to follow the vidyo.io integration to my Angular web app. While doing this, I am trying to load the Vidyo SDK using, script.type = 'text/javascript'; script.src =…
Souvik
  • 199
  • 1
  • 1
  • 6
2
votes
0 answers

Vidyo : Seeing a Black Screen in Mobile during a video call

I am using Vidyo SDK(android) for video communication. We make video communications from mobile to Web application(Both using Vidyo SDK). Sometimes during a call, web Video is not rendering on the mobile application, instead, a black is popping…
2
votes
1 answer

Docker base image not running

So I have a docker image Vidyo/mediabridge I want to automatically run some scripts that starts a task inside the container on startup So when I run my image as: docker run vidyo/mediabridge OR dockerfile: from vidyo/mediabridge docker…
2
votes
1 answer

Issues when sharing screen using Vidyo Screen Share Chrome extension on Vidyo.io

I'm using vidyo.io as videoconference solution in our platform. I'm having an issue with Vidyo's Chrome extension for screen sharing that is easily reproducible using the very own Vidyo's samples: If you download Vidyo's web sample from developer…
Elvis Fernandes
  • 1,108
  • 10
  • 21
2
votes
3 answers

How can i generate token in php using developer key , application id and username?

Anyone can describe how i generate token in php using developer key, application id and username. Videyo provide only html js, they haven't any support for php. Please hint me. The token length is 200 plus.
Chirayu Vyas
  • 67
  • 11
1
vote
0 answers

Using Vidyo and Callkit on iOS - Audio question

I've integrated Vidyo with CallKit on iOS for VOIP, except for one issue: Audio is sometimes muted on connection, and either needs the microphone toggled twice, or stays muted. I'm using the Vidyo.io resource to connect. I know that Apple has…
Owen Hartnett
  • 5,925
  • 2
  • 19
  • 35
1
vote
1 answer

Vidyo.io Camera and Mic not working on chrome

Chrome Version 83.0.4103.97 (Official Build) (64-bit) The vidyo.io demo application is defaulting to the video-placeholder image on Chrome. As shown on the image below. enter image description here The camera is enabled. The Demo…
1
vote
0 answers

Vidyo Android SDK and cycle microphone/speaker

When I register a callback for speaker and/or microphone, I can get only 1 device for each, named as "Speaker"(onLocalSpeakerAdded()) and "Micro Phone"(onLocalMicrophoneAdded()) respectively. I also received callbacks for onLocalSpeakerSelected()…
Sarfraz
  • 11
  • 1
1
vote
1 answer

Camera does not start in my app when using vidyo

I am trying to implement vidyo.io in my android app. Everything looks good but I am unable to figure out why camera/video does not start in my app. So, after giving CAMERA,INTERNET permissions in android.manifest file, I have my video.java file…
user
  • 1,681
  • 5
  • 18
  • 42
1
vote
1 answer

App crash when call Vidyo Connection disable() function

I use Vidyo connector in Fragment and follow the guide within Activity, I do the same with my fragment : @Override protected void onDestroy() { ... mVidyoConnector.disable(); ... } But the app crash with unknown reason. The logcat show…
quangkid
  • 1,287
  • 1
  • 12
  • 31
1
vote
3 answers

Can viewer alter incoming video's quality in webrtc?

Lets consider a P2P video conference with WebRTC where publisher is streaming in HD 1024x768 and a viewer joins that session and wants to view the video in say 320×240 to save bandwidth. To give an anology it has to be like youtube's Quality…
Uday Reddy
  • 1,337
  • 3
  • 16
  • 38
1
vote
0 answers

Trying to integrate a Python version of Vidyo on a ColdFusion site

I'm developing a ColdFusion site that needs to integrate Vidyo. I haven't found a ColdFusion based solution but I have found a Python version. However I'm having an issue trying to call the Python file to generate the tokens for the Vidyo session.…
rfdbm
  • 11
  • 1
1
2 3 4 5