react-native-opentok
react-native-opentok copied to clipboard
React Native OpenTok
When i try to communicate with another user, i am hearing my own voice. are there a way to prevent this issue? ``` import React, { Component } from 'react';...
Hi I am trying to connect to a session with a publisher. The session id and token are obtained from a nodejs server while the publisher in the session is...
The peer-to-peer connection is not stable. Sometimes no events work for both, but sometimes it is possible to see interlocutor. Sometimes I obtain 3 sessionId values in ON_SESSION_CONNECTION_CREATED events. In...
Just tested. The call disconnect is crashing on all android versions in the latest react-native-opentok 2.12 Both .disconnectAll and .disconnect are crashing.
When session connects, android is not receiving the ON_SESSION_DID_CONNECT event. I did the same test on iOS and it is working perfectly. When I tried to debug the logcat I...
fixes #68 Now we set proper context on reload, so we can see events. 🐛 🐛 🐛 Found bug that event listener isn't removed with `OpenTok.removeListener()`
I have installed the library as described in the guide but when I try to run my iOS project I get the error: ld: library not found for -lRNOpenTok I...
Hey! I'm trying to figure out how and works. Because when these components are rendered the `onPublishStart` / `onSubscribeStart`event never called. Should I call a method to start the streaming?...
https://tokbox.com/developer/guides/debugging/ios/ https://tokbox.com/developer/guides/debugging/android/
Right now we are sending some events from Subscriber/Publisher delegates, we should check if all of them are covered and implement missing ones