问题标签 [oovoo]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
554 浏览

swift - Objective-C 框架类在 Swift AppDelegate 之外不可见

我正在尝试将oovoosdk集成到一个新的 Swift 项目中。oovoosdk 是一个用 Objective-C 编写的框架。我创建了一个桥接头,它似乎正在工作,因为我可以在 AppDelegate 中调用它并返回结果(ooVooController 是构成框架一部分的接口):

问题是当我在 AppDelegate 之外复制相同的代码时,项目将无法编译。我收到警告“使用未解析的标识符 ooVooController”。据我了解,使用桥接头导入的类已在全球范围内可用,但似乎存在某种可见性问题?

为了记录,我不想两次 initSdk,这只是一个例子。

编辑:以下代码遇到相同的问题“使用未解析的标识符 ooVooVideoView”:

代码完成工作正常。我尝试显式添加类类型:

并得到“使用未声明的类型 ooVooVideoView”。

0 投票
1 回答
385 浏览

android - 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 orientation. I forced my activity to have the orientation Landscape (because my app is meant to be played only on glasses).
For the moment, the SurfaceView of my camera preview have an offset of 90 degrees. So I tried to call the setRotation(-90) method of the surfaceView but it translate the preview.
I also tried to setPivot in onStart to be sure that I could use getX() from surfaceView.

Here is a preview of the activity with a call of setRotation(-10) (because setRotation(-90) give me a black square) : ScreenShot


Do you know what I do wrong ?

PS : Here is the code


[EDIT]
As mentioned by a developer of the ooVoo team, I changed the SurfaceView by a GLSurfaceView.
But I still have the same problem of the 90 degree offset of the the view.

0 投票
1 回答
781 浏览

ios - swift项目中的ooVoo SDK编译错误

我正在尝试将 ova SDK 集成到 swift 项目中,使用目标 c 桥接头进行编码,看起来它成功了,我可以访问 SDK 类,但是当我尝试编译时,我收到很多苹果 mach-o 链接器警告和错误我会把它们放在下面谢谢你的帮助

警告:

再次感谢:)

0 投票
1 回答
263 浏览

ios - iOS 和 Swift 中的 ooVoo

有没有人在 Swift 中成功使用 ooVoo?我已经通过 cocoapods 安装了 ooVooSDK-iOS 并遵循了文档,但是在编译和链接时不断遇到问题

我确实尝试了每种架构,但都没有成功。该文档确实说该框架支持 --> ooVooSDK-iOS:ooVoo SDK 库二进制文件支持 armv7、armv7s、arm64 和 i386/x86_64(用于模拟器)平台。

0 投票
1 回答
323 浏览

ios - oovoo 打不开摄像头

我正在尝试将 ooVoo 连接到我的应用程序中。(*ooVoo 是视频聊天框架)但我被困在第一阶段,即打开预览。它只是显示空白黑色。我错过了什么?

以下是我的代码。(我也在这里上传了我的项目https://github.com/lossefanya/OovooTest

仅供参考,我已阅读并遵循他们的文档和示例代码。 https://github.com/oovoodev/Documentation/blob/master/iOS%20Documentation/Development%20Guide%20-%20iOS.md

0 投票
1 回答
310 浏览

ios - 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 'Product'->'Archive' to get the app ready for test, flight I get a linker error.

ld: bitcode bundle could not be generated because '/Users/Shared/ooVooSDK/lib/ooVooSDK.framework/ooVooSDK(SdkResult.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

What am I missing? We have the ooVoo framework version 2.2.0.72.

0 投票
2 回答
132 浏览

android - ooVoo SDK 初始化问题

我在我的项目中遇到问题,当我在我的应用程序中加载 oovooLibrary 时,它在 5 秒内没有响应,然后在没有任何错误的情况下崩溃。请帮助我。

我的代码是

0 投票
0 回答
185 浏览

ios - ooVoo iOS Sdk,视频聊天音频不起作用

我正在使用 ooVoo sdk,视频、麦克风一切正常,但通话声音在扬声器上不起作用。通话过程中没有声音,但另一端收到我的声音。我也浏览了文档,但徒劳无功。任何帮助将不胜感激

0 投票
1 回答
40 浏览

ios - iOS ooVoo。当会议中的某人挂断电话时,我如何注意到?

我使用oovoo sdk。

当会议的某人挂断电话时,我如何注意到?

}

0 投票
1 回答
176 浏览

webrtc - WebRTC Oovoo 身份验证失败

我在 oovoo developer 上注册,我输入了 127.0.0.1 作为域。

我已将令牌(WEB TYPE)包含在:

  

我不断收到以下错误:

我也尝试手动输入会议ID,但问题没有解决。

IsSandbox 为真

还在吗?twitter、github / oovoodev 和其他所有东西都至少有 1 年的历史