Questions tagged [tokbox]

TokBox provides a free API that allows anyone to add group video chat features to their own websites

TokBox provides a free API that allows anyone to add group video chat features to their own websites. Experienced programmers use the OpenTok API to build custom interactive video chat applications. More casual users can download OpenTok plug-n-play apps that provide the same group video chat capability when users drop them into their personal blogs or websites.

TokBox Website

476 questions
0
votes
1 answer

Tokbox streamCreated being called same number of times client is called

I'm calling on a client, one-to-one, multiple times during a session and the streamCreated event gets called on the host. When I hang up, I unsubscribe and the client unpublishes. However, when I call on the client again, the streamCreated event…
Velocedge
  • 1,222
  • 1
  • 11
  • 35
0
votes
1 answer

2 quick questions about composed archives

Is it possible on a composed archive, to show, not only the stream but also the stream name above or below the stream? I have read that the maximum streams in a composed archive are 9, and the 10th will be ignored. But will it record for example 20…
0
votes
1 answer

Unable to get camera access for iPhone/iPad

Using the web (JS) version of opentok 2.14.8 with H.264 video codec in a relayed session. I am used the opentok reactJS accelerator sample app as the base. Currently the allow access to camera/audio popup works well on Android (Chrome), PC/Mac…
Stefan
  • 3
  • 3
0
votes
1 answer

REST API Create Session Error [tokbox] or [opentok]

Getting an issue when trying to call opentok/session/create api. When calling the api through code i keep getting an error saying the connection has been closed. So I decided to try through postman and the error i'm getting back is a 500 internal…
0
votes
1 answer

Tokbox group video archiving with custom layout

I'm trying to configure archiving for group video broadcast but I can't get it right. The archiving of the composed file and its start/stop is working fine, the custom layout type and the stylesheet are correctly being considered, but I'm not…
0
votes
1 answer

Need to detect face during video call. Using OpenTok or TockBox video calling

I'm using opentok SDK for video calling in app. Need to detect if face is present in front during call. Please help me in this regard. Opentok library used: implementation 'com.opentok.android:opentok-android-sdk:2.13.0'
Akhtar Khan
  • 259
  • 2
  • 13
0
votes
2 answers

How do we manage sessions and connection using OpenTok?

For example, if I have 20 conversations in my app that correspond to 20 different session Ids which I get from my app server. Let's assume that the sessionIDs are 1 to 20. Now can someone let me know how I will be notified if another user initiates…
Pankaj
  • 37
  • 7
0
votes
1 answer

How to split a video consultation in Dual Monitor using Tokbox API

I have created a web video consultation platform using tokbox API, but want to split a video consultation in dual monitor, so how can i do it? For example, if I have 4 users in current session then i will be able to drag a single user and open it…
0
votes
0 answers

OpenTok cycleVideo() deteriorates video quality

I have a problem with switching between front and rear facing camera when streaming with OpenTok (Web version but in mobile browser) When I click 'switch' icon in my stream player, image quality goes down, and when I switch it again it stays down. I…
WestedCrean
  • 31
  • 2
  • 8
0
votes
1 answer

How to make the two block stream take all the place?

I published 2 stream in mode live broadcast rtmp. The layout is of type custom. Here is the stylesheet: stream.block1{ position : absolute; top : 0; left : 0; height : 100%; width : 50%; z-index : 1; } stream.block2{ position :…
Fanga
  • 67
  • 1
  • 7
0
votes
1 answer

How can I send plain text data/ JSON data instead of binary (opcode2) in secure websocket message of opentok

I have a query, Is it possible to send plane text data instead of binary (opcode 2) in https://opentokdemo.tokbox.com. I am trying to understand the call flow of opentokdemo.tokbox.com , I am not able to read the websocket frame as it is in binary…
s.k.Dash
  • 57
  • 4
0
votes
1 answer

OpenTok (iOS) - Best practice to start a video chat when one participant has the app in background

We have Participant A and Participant B. A triggers sessionDidConnect A triggers session streamCreated A pauses the app. The app is running in background B triggers sessionDidConnect B triggers session streamCreated When A brings the app to…
0
votes
2 answers

Issue with opentok.js and Vuejs

I am integrating openjs in my Vuejs project. But i am stuck at the moment. the code below which is very simple give me the following error. Code