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
Vidyo.IO sharing screen and monitors error
I use vidyo.IO for communication using the following code
ConnectorPKG.Initialize();
var _connector = new Connector(Handle, Connector.ConnectorViewStyle.ConnectorviewstyleDefault, 8, "all@VidyoClient", "VidyoClient.log", 0);
// This should be…

AMH
- 6,363
- 27
- 84
- 135
0
votes
1 answer
Alternate camera is blocked during conference in Vidyo.io from mobile browser
I am developing web application using Vidyo.io where requirement is as user will be on mobile browser(android) and user need to take snapshot from back camera during conference. I am observing that when we are starting camera it is showing black.

user5528838
- 11
- 1
0
votes
1 answer
how to implement server for generating tokens for video chat -- vidyo.io
I was using https://vidyocreatetoken.appspot.com/ for generating token and by html parsing i get the token inside app just to check my app is working fine.
But now i have to implement server for generating tokens and i don't know much about this,…

Wassauf Khalid
- 71
- 9
0
votes
1 answer
Vidyo.io media bridge recorder does not work
I am developing an application using the vidyo platform (https://vidyo.io). In particular, I am trying to record the videoconference using the Media Bridge Docker.
I have followed these two…

Angelo Ferrando
- 161
- 1
- 1
- 3
0
votes
1 answer
Getting EXC_BAD_ACCESS second time opening the vidyo view
We got the Vidyo SDK working great opening the first time. Everything works great, much based on the SDK code example. When call is done and the view is change we use viewDidDisappear and set:
[[NSNotificationCenter defaultCenter]…

user2052501
- 31
- 2
0
votes
1 answer
Vidyo.io participant invitations
My requirement is to invite participants to attend the vidyo.io resource meetings in android app.
I am not sure how to send the invitation with resource / meeting details to the participants to connect or to a specific participant.
Firebase uses…

MSR
- 1
- 2
0
votes
1 answer
Vidyo iOS integrated with Cordova ionic - Close (disconnect) keeps video active in background
We made an effort to write a ionic Cordova plugin bridge for the Vidyo SDK so that we can integrate this into our ionic project. This works all well on Android, but on iOS we face one issue.
When we close (disconnect) a call and the Vidyo SDK…

George DW
- 66
- 3
0
votes
1 answer
Add dylib file in xamarin ios project
When am making xamarin ios project and add dylib file it working fine with app but when i m trying to do it with app store iTunes doesn't allow me to upload that standalone vidyo.dylib file.
0
votes
1 answer
Application doesn't detect Vidyo plugin/registry key(?) when run as administrator
I have a WPF application (let's call it Test.exe) which launches a WebBrowser control which needs to run in IE11 mode as it uses a VidyoWeb plugin installed on my host machine which requires IE11.
I have added an entry to the…

user8607806
- 13
- 2
0
votes
1 answer
Windows app: fatal error C1083: Cannot open include file: 'gdiplus.h': No such file or directory
I was trying to compile the windows application for visual studio 2017 and I'm coming across this:
fatal error C1083: Cannot open include file: 'gdiplus.h': No such file or directory
I've tried searching for where to download this file but I can't…

Bhaag Marway
- 27
- 6
0
votes
2 answers
Vidyo SDK unexpected disconnection
I downloaded the Vidyo SDK for iOS. I followed the all the steps to generate a new token and succeeded on that. But at the time of joining the call it always prompting Unexpected disconnection. Even in the VidyoConnector Mac app also getting same…

Vishnuvardhan
- 5,081
- 1
- 17
- 33
-1
votes
1 answer
Image not showing on Vidyo call on Safari (iPhone)
Im trying to make browser based app used mainly on mobile devices that in one part uses Vidyo as videochat host. When i join conversation on iphone (safari) it detects camera but does not show image (not even preview of me is shown). Voice is…

Taru Eklöf
- 1
- 1
-1
votes
1 answer
Vidyo.io Integration in Swift4
I'm new in IOS. I'm working on a Video Call project in swift. i'm using vidyo.io SDK for video Call and message chat. But I have some questions
If my app is in kill state or my phone is locked. how can I receive call Notification.
Some SDK's have…

Jon Striker
- 267
- 3
- 19
-2
votes
1 answer
How to implement vidyo.io in ionic3
I am trying to implement vidyo.io in ionic3 using native android plugin but i am not getting success, is there anyone has implemented vidyo.io for video calling.
Thanks,
Jagdish
-3
votes
1 answer
Cannot connect to video session in vidyo?
I cant connect to video session in vidyo getting following errors in the log:
Blockquote
2018-02-12 08:34:37.297 +00:00: ERROR: LmiTransport: [System thread]: LmiTcpTransport.c:1422: LmiTcpTransportConstructAddressFromString: Error resolving…

Danyal Ahmed Zia
- 21
- 3