-
**New Issue Checklist**
- [x] I have checked https://github.com/QuickBlox/quickblox-ios-sdk/tree/master/sample-videochat-webrtc
**Environment details**
Info | Value…
-
My application compileSdkVersion version and library:
compileSdkVersion 27
buildToolsVersion '27.0.2'
compile 'com.android.support:multidex:1.0.1'
compile fileTree(include: ['*.jar…
-
Hello,
I downloaded 'nextrtc-example-wo-spring' and created a new NetBeans project (new Maven project -> project from existing DOM) .
When I build it, I have the following error:
Failed to execut…
-
I think 0.1 is ready for a public release. I'll do the release this time, then @rlaverde will be in charge of it.
-
How to Integrate quickblox android sdk with android studio. i want to Establish Video communication using WebRTC.
Is it library file?
-
I have:
- [x] searched open and closed issues for duplicates
- [x] read https://github.com/WhisperSystems/Signal-Android/wiki/Submitting-useful-bug-reports
---------------------------------------…
-
@dkryvosheya
related to issue https://github.com/PulseTile-Plugins/Silver-Plugins/issues/3
1)
when looking here;
https://github.com/PulseTile/PulseTile/tree/master/src
Need to check if the
c…
-
Hi!
I try to build and run this project, but every time receive error:
```
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [org.nextrtc.examples.vi…
-
Hi! I'm trying to implement video calls in iOS and for some reason I'm not able to accept a call. The caller and callee are connected to the chat and the session is created. The startCall method works…
-
Hey, my issue is similar to #112. When `initiator: false` the `peer.on('signal', ...)` event is not firing. I'm trying to integrate it with AnglularJS and Socket.io. Here's the relevant code, any idea…