-
Please update to the plugin http://plugins.cordova.io/#/package/com.tokbox.cordova.opentok for to version 3.5 of PhoneGap using your latest https://github.com/songz/cordova-plugin-opentok
lbarr updated
10 years ago
-
We can introduce a retry prop that when true, would destroy the old subscriber (because it failed), and then create another one.
Something similar to https://github.com/opentok/opentok-react/issues…
-
# Bug Report
**initPublisher creates a publisher object but does not intialize camera**
![screenshot_1550508150](https://user-images.githubusercontent.com/20029451/52965241-5c56ee00-3372-11e9-8d…
-
The below is what I get when I try to install via composer. Tried with Laravel 5.3 then upgraded to 5.4, in case that was the problem but still no joy,,,
```
Problem 1
- tomcorbett/opentok-l…
-
**Testing platform**
> IOS, Ionic, cordova
**Current behavior**
> I am subscribing to a call from IOS device, and I hear the audio on the speaker but the volume is very low. On a regular call the…
-
https://github.com/opentok/opentok-react/blob/02ed7bcfe1db3c456c51f4841ea2bfc4c3d6c335/src/OTSubscriber.js#L97
I see this error when a session is disconnected during a reconnecting
```
OTSubscrib…
-
Version:
Opentok iOS verison 2.23.1
Steps to reproduce
1. Connect to session and start publishing
2. Turn of the internet connection
3. Wait for the session to disconnect
4. Turn on the…
-
Hi,
I am using opentok to voice only calls. Everything works as expected, but sound is playing on speaker.
I would like to switch from speaker to earpiece, but seems to be not possible.
I tr…
-
In the web version of opentok.js the subscribe and initPublisher method targetElement property can be either the element ID or the element itself. So eg. both of these work:
``` javascript
session.su…
-
I'm using this import statement to instantiate an instance of the test object
import * as OT from '@opentok/client';
import NetworkTest, { ErrorNames } from 'opentok-network-test-js';
const otNet…