-
**Describe the bug**
Some distortions appear during screensharing
**To Reproduce**
Try to test screensharing on different devices
**Expected behavior**
No distortions are present
**Screens…
-
Hello,
Got some errors starting 3 days ago, haven't touched the code since 3-4 months.
anyone got this?
opentok.min.js:26 OpenTok:Session:error OT_STREAM_DESTROYED: Stream was destroyed before it…
-
I'm looking for a method to run the OpenTok client on Linux or macOS, primarily for testing purposes, not for production use.
Has anyone successfully done this, or are there any workarounds?
-
I get this error on every call of the testConnectivity method - version 2.0.0 chrome Mac OSX.
```
otNetworkTest.testConnectivity(results => {
console.log('finish');
});
```
opentok.j…
-
I'm definitely going to play with this a little but I wonder if maybe using OpenTok which basically handles all of the WebRTC and stream routing for you would be an easier way to go here especially wh…
-
When I call generateToken method more than one time in code execution have this error.
I think function_exists does not work property fine. If you use function declaration in other function you need…
-
Hello
We recently received a crash report on our app and our reporting service identified the handleRouteChange method in OTDefaultAudioDevice as the most likely cause. We don't have our own implem…
-
Hi,
I was wondering if it was possible for someone to let me know if this library supports the checking of system requirements. Say for example iOS / Chrome / openTok. I know from the official openTo…
-
Latest OpenTok JS has the initPublisher function with following parameters:
```
OT.initPublisher(targetElement, properties, completionHandler)
```
But, OpenTok Cordova plugin expects something like;…
-
After compiling and running it on my iPhone, I attempted to load a page that I've been working on that uses the OpenTok/TokBox libraries (WebRTC-based video chat platform).
The page loads with no err…