-
In opentok.js somewhere its checked whether a variable is instanceof XMLHttpRequest
but as Offlinejs is modifying XMLHttpRequest that gives false instead of true.
https://forums.tokbox.com/javascript…
-
Importing `@opentok/client` in an application that is rendered server side in Node (e.g. using a popular framework like Gatsby, Next etc) results in the following error:
```
35497 | // to …
-
I am able to compile with latest Opentok SDK but when I try to actually initiate the module I get a ClassNotFoundException.
https://www.dropbox.com/s/fk6go9sw46nzk0j/Screenshot%202017-01-18%2012.03…
-
I believe this is the case because `OTSubscriber` captures `props.stream` in the constructor onto `this.state`:
https://github.com/opentok/opentok-react/blob/c6683e2b6577809f4a8b9a7bbc7dcf7d66a313e4/…
-
Hi I am trying to connect to a session unable to connect to steam.
i got the error mention below.
"2019-02-02 06:39:18,637 UTC [DEBUG] otk_peer_connection.cpp:2065 - Thread 0x0070196e01000000 - …
-
Including `opentok-react` in an application that is rendered server side in Node (e.g. using a popular framework like Gatsby, Next etc) results in the following error:
```
ReferenceError: document…
-
Hello. I'm seeing the following error when I'm running the example application of this plugin on Android:
```
D/opentok-jni( 7648): ot_session_create
D/opentok-native( 7648): [INFO] jni/../src/ot_web…
-
Causes Exception error. Seems pretty serious.. Not sure how to replicate though...
```
[2015-04-20 14:54:18.845] [ERROR] console - Error: Failed to createSession. Error: The request failed: Error: …
-
OpenTok.StartArchive() method call with
var layout = new ArchiveLayout
{
Type = LayoutType.verticalPresentation,
StyleSheet = ""
};
throws an exception "Only cust…
-
```
... else {
callback(new errors.RequestError('Unexpected response from OpenTok'));
}
```
is used many times in archiving.js, which will obfuscate what may be an actual usable error message fr…