-
Hello,
I'm looking to achieve the native audio sharing option that is available inside chrome / edge. However I could not find a way to initialize this property using the TokBox sdk.
Currently if …
-
https://tokbox.com/developer/guides/archiving/
-
We're looking at alternative to TokBox. Can we go 64-bit on iOS with the project right now ? :)
thanks
-
After upgrading to Tokbox 2.4.1 I was getting a 10 second delay before the video would show when publishing. It turns out there is a performance bug in that version when you default to the back camera…
-
I have gone through the link https://github.com/superacidjax/opentok_archive/blob/master/archiving-sample-ruby/docs/REST-API.md#http-get-to-archive to list my arciecves. While executine the code i'm g…
-
# Feature Request
**Description**
In original OpenTok docs as publisher during initPublisher() call you are able set *mirror* parameter. In opentok-react-native we can not set this parameter.
1. …
-
https://tokbox.com/opentok/libraries/client/js/reference/OT.html#initPublisher
publisher takes in a property object that defines resolution
songz updated
9 years ago
-
OT.initPublisher("div", {insertMode: "insert/replace"}), in relation to the js api: https://tokbox.com/opentok/libraries/client/js/reference/OT.html#initPublisher
songz updated
10 years ago
-
When creating a publisher, you should be able to specify a resolution: https://tokbox.com/opentok/libraries/client/js/reference/OT.html#initPublisher
songz updated
10 years ago
-
So from what I have gathered there are two ways to load the tokbox code/package.
1) `import * as OT from '@opentok/client'`
2) add the tokbox script - ``
The code loaded in both ways is different…