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
1
vote
1 answer

Using Vidyo Sdk for Javascript, want to show the preview in a specific container instead of given container

I am using vidyo sdk for web, I have few requirements which i want to implement with vidyo UI, 1.by default the preview is coming in the right corner but i want show that in the left corner inside a div which i have defined, once the remote person…
Sarva Raghavan
  • 88
  • 1
  • 1
  • 11
1
vote
2 answers

Vidyo app crash on Swift

I have created a Vidyo iOS app using Swift with following this tutorial. But I am getting app Crash on the following: connector = VCConnector(UnsafeMutableRawPointer(&vidyoView), viewStyle: .default, …
0
votes
1 answer

Need clarity on Vidyo Io possibilities

I am just exploring on Vidyo IO platform for enabling video conferencing capabilities on top of one web application. I am just concerned about the below points and trying to get answers for the same. Can anyone please help me with the details for…
0
votes
1 answer

EXC_BAD_ACCESS runtime crash on LmiWindowCreateChild in Vidyo iOS SDK

Getting a runtime crash like that while trying to connect room in Vidyo io SDK. Thread 1: EXC_BAD_ACCESS on this file. #1 0x0000000103aec9dc in LmiWindowCreateChild_…
iamburak
  • 3,508
  • 4
  • 34
  • 65
0
votes
0 answers

Getting 'Got a segv while executing native code'

I am working with vidyo SDKs for video calling in Xamarin forms. On upgrading to the latest version I start getting the below error in Xamarin ios application. It is working fine in the older version 4.1.25.30 and the upgraded version is…
Siddhant maurya
  • 261
  • 1
  • 2
  • 12
0
votes
1 answer

Error building the vidyo.io-connector-react-native sample app

I cloned the project and followed the insctructions in the readme that basically say to extract a zip and move to the right place. The built and got this error: /Users/**/vidyo/vidyo.io-connector-react-native/ios/VidyoConnectorView.h:14:9:…
GenEric35
  • 7,083
  • 3
  • 24
  • 25
0
votes
1 answer

Is there any solution to continue the conference call on low bandwidth in vidyo.io library?

I am developing an application using vidyo.io library and facing problem of connection on low bandwidth i.e. during conference call is disconnecting due to network issues or low internet issues. Please share any solution regarding this.
0
votes
1 answer

Can Vidyo be integrated to Unity?

I would like to make a mobile game with Unity 2D that includes a videocall between two players. Is it possible to make this using vidyo? Thank You.
Bruno Ferrari
  • 29
  • 1
  • 5
0
votes
1 answer

Vidyo issue: 'Call' process does not end when all participants leave, in mediabrige container

Whenever there is more than 1 mediabridge docker container running on my instance(server), the "Call" process inside the container doesn't end even after the last participant leaves the meeting. I am using the following code for monitoring the…
0
votes
1 answer

View instance without button click in android

I am using vidyo to implement video calls in my android app. How do I create a view instance on loading a new intent? I have a button, and on clicking it I am able to do required action. It is defined as such. public void Start(View v){ vc = new…
user
  • 1,681
  • 5
  • 18
  • 42
0
votes
1 answer

Generate token for Vidyo library in android app

How to generate token in vidyo dynamically in app? I have been using sample tokens which would expire in 24hrs, but need tokens for long duration. How can this be done? I am using Android Studio,java. I came across generateToken.jar file but not…
user
  • 1,681
  • 5
  • 18
  • 42
0
votes
1 answer

Vidyo.io call recording issue

I'm developing a web application integrating Vidyo and I need to record video calls. I followed the documentation guide and installed a Media Bridge Docker image in my server. I don't face problems on connecting with the media bridge, but…
heliosophist
  • 223
  • 1
  • 2
  • 5
0
votes
1 answer

Vidyo Web using Javascript - How to render local camera to more than one view?

I tried calling AssignViewToLocalCamera with different view Ids in which the first first invoke is working and the subsequent calls are not. //working _vidyoConnector.AssignViewToLocalCamera({ viewId: "div1", localCamera:…
Manojkumar B
  • 206
  • 1
  • 7
0
votes
1 answer

receive an incoming SIP call with vidyo.io mediaBridge

I am trying to configure a vidyo.io docker mediaBridge instance to receive sip calls. To do that I am leaving the field destination empty in the /opt/vidyo/config file. I am following the other steps in the documentation like definining mediaports,…
jolumg
  • 714
  • 2
  • 15
  • 31
0
votes
1 answer

How to automatically add participants? Vidyo

I have been trying to develop a video calling application using Vidyo SDK, after reading a lot from their documentation and samples and luckily i was able to make a working application. But on the go am facing some issues. Any kind of help or…
Sanoop Surendran
  • 3,484
  • 4
  • 28
  • 49