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

Does TokBox support a codec compatible with Google Speech API?

Google Speech API claims to support a number of codecs (https://cloud.google.com/speech/docs/basics). I'm interested in processing an archive of a session produced by TokBox WebRTC. Is there a sample code that does something like this? Does the…
0
votes
2 answers

You must define an TOKBOX_API_KEY and TOKBOX_SECRET in the run-demo file

Hi I am trying to use tokbox video chat API integration on my website. What I did: I download their project from tokbox php. Using composer I install required repository files and create vendor folder. Now according to their instruction I add…
Vivek
  • 449
  • 18
  • 36
0
votes
2 answers

how to connect other user with opentok?

Bless To all I am developing an application in which i am implementing instant Messaging,Voip audio call and video call through using opentok/tokbox.I read all documentation it was though easy but not very much.But i am confusing at a point.Lets…
0
votes
1 answer

Unable To connect two clients to same session in Tokbox

I am trying to add a video streaming service using tokbox. But the users are not able to connect to each other. I followed the tutorial provided by them. Here are my codes. For testing purpose I am saving the session id on a file currently. Client…
sam23
  • 589
  • 2
  • 7
  • 23
0
votes
1 answer

Opentalk one to one video calling for php not working

I am trying opentok 1-1 video in codeigniter. Uploaded my code on server but not showing only self video not other user video. My controller class Welcome extends CI_Controller { public function index() { …
Amresh
  • 61
  • 5
0
votes
1 answer

opentok - archiving to AWS folder fails

I simply call the startArchive / stopArchive methods opentok. Then I check the AWS folder to see if the files are successfully recorded. However, for some cases, the JSON created for the archive is not complete, and there is no video file saved at…
shamaleyte
  • 1,882
  • 3
  • 21
  • 38
0
votes
2 answers

Tokbox one to one video calling

I am working on Tokbox video calling process. Now I am using the sample kit of Tokbox which is working properly but it is showing me all active user video. but I need one user can video calling to another user. I mean I need one to one video…
indresh
  • 29
  • 5
0
votes
1 answer

Unexpected response from OpenTok

Calling opentok.startArchive for two requests of mine. Both have valid room name values which are given for this method. Thus, I do not think that it is because of my request. One error indicates that "Unexpected response from OpenTok", another…
shamaleyte
  • 1,882
  • 3
  • 21
  • 38
0
votes
0 answers

OpenTok - Tokbox - System Audio

Is there any way to publish the system's audio output to a webRTC stream using TokBox (OpenTok)? Looking to do something like Skype which lets us send through the System Audio in addition to the Microphone. Thanks.
Steve Robinson
  • 3,759
  • 3
  • 36
  • 57
0
votes
1 answer

OpenTok iOS SDK - how to know the current version?

how do I know which is the current version of the OpenTok iOS SDK installed on my project please ?
user3722208
  • 1
  • 1
  • 1
0
votes
1 answer

Tokbox: Video position is getting displaced when one of the users refreshes page

With my code I was able to setup a video conference between 2 users. Problem is: If one user refreshes the page, the other user is getting the video at the bottom of the page instead of in the div allocated for subscribed video. The reason for this…
Karts
  • 85
  • 2
  • 12
0
votes
1 answer

Tokbox/Opentok: How to not display published video

I'm trying to achieve a video conference between 2 users. Below code displays published video and subscribed video. I want to publish but not display the published video to the user and only display subscribed video. How to achieve that? Thanks in…
Karts
  • 85
  • 2
  • 12
0
votes
1 answer

Unable to create Videoconferences sessions with Tokbox

The app create sessions for videoconferences and one of the values is a session id that takes from from tokbox. This was working for a lot of time, so in this days started to get the following error many attempts, and many other attempts runs ok,…
Marcos R. Guevara
  • 5,258
  • 6
  • 19
  • 44
0
votes
2 answers

OpenTok Rest Service Invalid JWT Error on Fiddler Request

I'm trying to create OpenTok session by Rest services with JWT object as suggested. I tried to generate session with Fiddler. Here is my fiddler request (JWT string has been changed with *** partially for security reasons) POST https:…
0
votes
1 answer

How to convert VP8 track with different frame resolution to h264

I have a .webm file with VP8 track, recorded from WebRTC stream by external service (TokBox Archiving). The stream is adaptive, so each frame in track could have different resolution. Most players (in webkit browsers) use video resolution from track…
Nikita
  • 21
  • 1
  • 5