react-native-opentok
react-native-opentok copied to clipboard
React Native OpenTok
I want to send a signal from a connected user and i keep getting 'signal was not sent' error which is driving me crazy, i couldn't even find a solution...
On certain devices (not specific to Android/iOS), the stream either isn't being transmitted (though this device has both the publisher and subscriber visible), or isn't being received (publisher view is...
I have a pretty basic tokbox set up, and I'm having two issues with the Subscriber component: **Issue 1:** I noticed that onSubscribeStop is never fired when the subscriber I'm...
./node_modules/react-native-opentok/ios/RNOpenTokScreenSharingCapturer.m:133:1: Control reaches end of non-void function This issue was fixed in https://github.com/callstack/react-native-opentok/commit/732fe3af3e6a837e1470ce55685d844968bcd7fd commit but it is not included in the latest release (2.1.0). Please publish it to npm.
Followed the steps, now cannot proceed with build getting the following error. > error: package com.facebook.react.uimanager.util does not exist import com.facebook.react.uimanager.util.ReactFindViewUtil; ^ /Users/shashanksrivastava/Desktop/poc/node_modules/react-native-opentok/android/src/main/java/com/rnopentok/RNOpenTokPublisherView.java:81: error: cannot find symbol View captureView =...
The build is failing when using Xcode 10 RN 0.57.0 'OpenTok/OpenTok.h' file not found
Hello guys , I've used the same code as that of sample project but still failed to build the project for android app. The error is : "Invariant Violation: Native...
It would be a great help if we can expose getStats from Publisher to check audio and video quality, as package-loss and bits per second. More info at: https://github.com/opentok/opentok-network-test
Link: https://github.com/opentok/opentok-react-native
I have react-native 0.49.3 When I run react-native run-android I get a build error error: package com.rnopentok does not exist Is there a way I can perform the linking manually?