-
Hi guys;
Im using opentok java server sdk 4.0.0 version. I create sessionId and token from that sdk and pass that values to client side and it gives "Connect Error: Invalid token format (1004)". A…
-
I use opentok with my project, work well with debug but release apk, it is always crush. How Do I build release apk?
-
I have successfully integrated the opentok sdk for basic video chat and I m facing the below issue when I disconnect the session after the chat has been over between the two persons. Please find the s…
-
Based on partner's request:
Custom Video Driver
I only found one issue that I think you need to resolve. Auto focus is not enabled for the custom video capturer. I suggest adding:
if (paramete…
-
I use MediaPlugin to record video in an Android application. When I target the latest SDK (Android 8.0) and attempt to record video, the application crashes. When I target API 25, the recording comple…
-
The OpenTok REST API now lets you filter by session ID when getting a list of archives: https://tokbox.com/developer/rest/#listing_archives. (You pass in a `sessionId` query parameter when calling the…
-
Hi, I am trying to play a sound before the session has been connected but when it is connected and when I do `session.subscribe(subscriber);` inside of `onStreamReceived`method, the sound stops unexp…
-
I want to get additional data of stream which I added during token create. I'm getting additional data in web but not in Android Tokbox.
-
Hi, I have a problem of camera toggle.
I provide a button to toggle camera. When user was publishing and clicked the `toggle camera` button, app crashes.
**below is my code:**
```
toggleButton.s…
-
Hi
```
public static final String API_KEY = "xxxxxx";
public static final String API_SECRET = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";
```
How to generate Session ID and TOKEN by programmatically in A…