Questions tagged [oovoo]

ooVoo is a free video chat platform on Windows, Mac, iOS, Android & Windows Phone

ooVoo is a free video chat platform on Windows, Mac, iOS, Android & Windows Phone.

It also provides Developer SDK to allow developers develop add-on on the platform.

Official Website: www.oovoo.com

13 questions
7
votes
1 answer

ooVoo SDK compilation errors in swift project

i'm trying to integrate the ova SDK in swift project using an objective c bridging header in coding it look like it succeed and i can access the SDK classes but when i trying to compile i get a lot of apple mach-o linker warning and errors i will…
Dvir Yamin
  • 71
  • 3
1
vote
2 answers

Objective-C framework classes not visible outside of the Swift AppDelegate

I'm trying to integrate the oovoosdk into a new Swift project. The oovoosdk is a framework written in Objective-C. I've created a bridging header and that seems to be working, because I can call this in the AppDelegate and I get back a result (the…
happyducks
  • 21
  • 6
0
votes
1 answer

ooVoo Android SDK get a list of connected users

I'm trying ooVoo video chat SDK because I need to integrate video chat into my Android app and everything's working fine except that I can't figure out how to get a list of connected users. I can make a call to a user if I enter its ID but what if I…
Diego Perez
  • 2,188
  • 2
  • 30
  • 58
0
votes
1 answer

GLSurfaceView switching issue

I am having an issue with while switching GLSurfaceView. I have a GLSurfaceView (connected with Camera) and I want to move it to another view , but when I am moving it it's losing its frames and showing blackScreen after switching. and when I am…
NehaK
  • 2,639
  • 1
  • 15
  • 31
0
votes
1 answer

ooVooAVChatDelegate is not called when a participant joins in swift

I am working on implementing the oovoo sdk in my sample application. The video transmission is working fine but the Delegate methods of the ooVooAVChatdelegate is not being called. I am not sure what is the issue. Any Help is appreciated. Please…
Chika
  • 139
  • 1
  • 12
0
votes
1 answer

WebRTC Oovoo AuthenticationFailed

I registered on oovoo developer, I entered 127.0.0.1 as the domain. I have included the token (WEB TYPE) in:    appToken var = "**********"; I keep getting the following error: {"Meta": {"code": - 30000, "message": "AuthenticationFailed"}} I also…
silli0x
  • 15
  • 2
  • 8
0
votes
1 answer

iOS ooVoo. How can i notice when someone from conference hangs up?

i use oovoo sdk. how can i notice when someone from conference hangs up? - (void)initSDKInitializer { self.sdk = [ooVooClient sharedInstance]; self.sdk.AVChat.delegate = self; self.sdk.AVChat.VideoController.delegate = self; self.defaultCameraId…
Dev11_1
  • 3
  • 6
0
votes
0 answers

ooVoo iOS Sdk, video chat audio is not working

Im using ooVoo sdk, everything is working fine the video, mic but the sound of call is not working on speakers. there is no sound produced during call but my voice is received at other end. I also go through the documentation but in vain. Any help…
Mughees
  • 607
  • 1
  • 6
  • 15
0
votes
2 answers

ooVoo SDK initialization issue

I am having an issue in my project, when I am loading oovooLibrary in my app it is not responding for 5 seconds and then crashing without any error. Please help me in this. My code is ooVooClient.setContext(app); …
NehaK
  • 2,639
  • 1
  • 15
  • 31
0
votes
1 answer

linker error when 'archive' a sample swift project with ooVoo framework

I have a sample swift video chat app that I build with the help from ooVoo framework. The app builds and runs as expected when I simply run it from Xcode on my iPhone 5s phone. When I switch the device to 'Generic iOS Device' and run…
ayahin
  • 3
  • 1
0
votes
1 answer

oovoo doesn't open camera

I'm trying to wire ooVoo into my app. (*ooVoo is video chat framework) But I'm stuck in very first stage, which is opening preview. It just showing blank black. What am I missing? following is my code. (also I uploaded my project here…
0
votes
1 answer

ooVoo within iOS and Swift

Has anyone had success in using ooVoo within Swift? I have installed ooVooSDK-iOS via cocoapods and followed documentation, but keep running into issues while compiling and linking "_OBJC_CLASS_$_ooVooController", referenced…
Satch
  • 15
  • 4
0
votes
1 answer

Rotate SurfaceView of ooVoo camera

I google my question but can't find something to help me to solve my problem. So excuse me if this question is a duplicate. In my app, I use the sdk ooVoo that use it's own VideoRenderer. My problem is that the camera preview is not in the right…
CeDerache
  • 43
  • 8