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.
Questions tagged [vidyo]
62 questions
0
votes
1 answer
End up vidyo.io conference when admin user exit
I am using vidyo.io api in one of my vidyo.io application. I am not finding any api method to end up a video conference when a admin user will click the disconnect button. This will disconnect all connected user from the conference.
Help will…

karim_fci
- 1,212
- 2
- 17
- 36
0
votes
1 answer
Connection FailedVIDYO_CONNECTORFAILREASON_ConnectionFailed onFailure
I just wrote a basic JavaScript with a button that joins a conference. I used, the the APP ID, Key and the username to generate a token with -jar. On the web console it says "Connection FailedVIDYO_CONNECTORFAILREASON_ConnectionFailed onFailure".…

AKB
- 1
- 2
0
votes
1 answer
Vidyo token expiration time and force expiration
Can a Vidyo token for a resource be generated so that it does not expire?
Is there a way to force a token to expire early?

Marc DiNino
- 772
- 2
- 6
- 13
0
votes
1 answer
Vidyo - Participant count before you enter the video room
We are setting up a telemedicine solution where a doctor joins via the web and the patient via a mobile app or desktop web page.
We would like to prevent a patient from entering the video room without the doctor being present. Is it possible to get…

George DW
- 66
- 3
0
votes
1 answer
Vidyo.io - No audio sent when using Firefox for Android
Video calls fail to transmit audio from Firefox for Android (I have not changed anything on the code and everything worked just fine earlier. Firefox receives audio just fine). I have tried to test Webrtc separately (audio/video) and everything…

Jerski124
- 11
- 1
0
votes
1 answer
Xamarin.Forms Vidyo.IO "OnLocalCameraStateUpdated" (Connector.IRegisterLocalCameraEventListener) callback not called
I need help regarding vidyo.io SDK in xamarin. I code based on the provided github repo for sample purpose. My problem is i cant see the camera preview in my custom renderer.

NullPointerExcepzion
- 65
- 9
0
votes
1 answer
Vidyo - how to set logFileName to write in local file
I want to set the logFileName parameter in CreateVidyoConnector (in a JS project), to write logs in a local file.
I read that logs are stored in (Windows) C:\Users\%USERNAME%\AppData\Local\Vidyo\Data\User, but I don't have a Vidyo folder…

Agustin
- 1
- 2
0
votes
2 answers
Mechanism for incoming video call notification
I have gone through the vidyo.io android SDK, would like to know about how to call a particular set of users and on those user sides, how will they get notified of incoming call.

Udit Kapahi
- 2,277
- 1
- 27
- 25
0
votes
2 answers
Generating a Token
Hi everyone I'm working on an android app to Stream a Live Video
I'm using the Vidyo Library and it worked well with the stream.
But I need to generate a Token for the stream I couldn't
try{
Process su =…

Salah Hadaydeh
- 3
- 3
0
votes
1 answer
Vidyo Client In Event Room Link
Current we are passing the portalUri,username,password for a Send Login Event in iOS.
(VidyoClientSendEvent(VIDYO_CLIENT_IN_EVENT_LOGIN, &event, sizeof(VidyoClientInEventLogIn))
Wanting to know if passing the portalUri, roomKey, displayName, pin,…

Travis Spire-Sweet
- 31
- 3
0
votes
1 answer
Swift - Vidyo SDK problems in TestFlight releases
I'm currently using Vidyo iOS SDK on Swift.
Everything works great, except for the TestFlight releases of the app, that works different from local installations (directly from Xcode).
The problems come from the initialization of the VCConnector for…

Marco
- 1,057
- 1
- 19
- 36
0
votes
1 answer
Vidyo.io javascript connection is failing from localhost
Tried the Vidyo angular tutorial. Followed all the steps but at last when I call connect method it fail's
$rootScope.vidyoConnector.Connect({
host: "prod.vidyo.io",// or using given host on my dashboard
token: 'TOKEN',
displayName:…

govs
- 51
- 1
- 6
0
votes
1 answer
UnsatisfiedLinkError using Vidyo SDK on Android
Trying to integrate the Vidyo SDK on Android I found that when I run the app ir crash with:
java.lang.UnsatisfiedLinkError: No implementation found for long com.vidyo.VidyoClient.Connector.Connector.constructNative(java.lang.Object,…

Ricardo Markiewicz
- 982
- 8
- 11
0
votes
1 answer
Accessing Video frames from vidyo.io
I am trying to access video frames.I have registered LocalCameraFrameListener but the function
- (void)onLocalCameraFrame:(VCLocalCamera *)localCamera VideoFrame:(VCVideoFrame *)videoFrame is not getting called.
I am using the code given in the…

somnath121
- 21
- 4
0
votes
1 answer
Error Connecting Vidyo from Android
I have a problem connecting an app with Vidyo in Android. The code that i'm using is the same that the demo https://github.com/Vidyo/helloworld-vidyo.io-android. The error is:
03-10 19:40:55.319 20075-20075/com.example.pfuternik.vidyoiodemo…

Adan_SL
- 348
- 1
- 5
- 16