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 API video resolution issue in iOS app

I have been trying to post video to server: _capturePreset = AVCaptureSessionPresetHigh; [[self class] dimensionsForCapturePreset:_capturePreset width:&_captureWidth …
0
votes
2 answers

Getting error in add Bundle in Vendor Folder in Symfony2

Bundle Name : Open tok ( i downloaded it from github ) i put that folder in Vendor Folder of Symfony( project name\vendor\OpenTok\OpenTok\and all files and folders here ) in AppKernel.php
Aaska Patel
  • 460
  • 6
  • 21
0
votes
1 answer

WebRTC Video & PSTN integration

This is a broad question - are there any solutions to WebRTC Video & PSTN integration ? The requirements are: Multi-party WebRTC video conference (SFU or MCU, not peer to peer) Ability to join the conference via PSTN end points (telephones) -…
0
votes
1 answer

Specify a lower resolution for video feed

When using tokbox, how does one decrease the video stream resolution while keeping the video dimensions the same, in order to avoid hogging the CPU?
TheNavigat
  • 864
  • 10
  • 30
0
votes
1 answer

How to manually subscribe in opentok to stream, if I know publisher sessionId?

I write simple chatroulette on Rails using websockets by this example. On subscribe event must I create @partnerSession by new token or I can use already generated partner token? And most important: how can I manually get partner stream? Must I…
srghma
  • 4,770
  • 2
  • 38
  • 54
0
votes
1 answer

Update OpenTok SDK in Android Application

I have a currently running Android application which uses OpenTok SDK version 2.8. that is 'opentok-android-sdk-2.5.0.jar'. Due to some known issue, i have to update it to the latest version of OpenTok that is opentok-android-sdk-2.8.1. In the…
Zax
  • 2,870
  • 7
  • 52
  • 76
0
votes
2 answers

Tokbox video call from browser to mobile app

I would like to discuss my situation and understanding. We need callers to video call customers. For this, I've been using Tokbox video chat. I have setup a server for authentication purpose. It creates singleton session and generate tokens as given…
Ashutosh
  • 4,371
  • 10
  • 59
  • 105
0
votes
1 answer

Hyperloop - Tokbox - iOS

i need to develop an app (iOS) with videoconference, there is a lib called TokBox, but works only with xcode ( i mean, native code ), so i am wondering if hyperloop can handle it. I will use classic development and SDK 5.2.2 GA Thanks in…
0
votes
1 answer

what is the validity of session & token in tokbox?

I have integrated tokbox in my app for live call, signaling. My problem is session & token expire at every 1 hour. So is this valid? What is the validity(time limit) of any session & token? How to solve this problem please guide us. thank you.
Maulik shah
  • 1,664
  • 1
  • 19
  • 45
0
votes
0 answers

Signaling in opentok textchat

I am working on opentok text chat.In that for one to one chat what type signaling i have to use.From this link I have to pass "OTConnect" object to [session signalWithType:type string:@"hello" connection:_connection error:&error]; But my session…
Madhumitha
  • 3,794
  • 8
  • 30
  • 45
0
votes
1 answer

How to solve EAGLContext crash in iOS?

I am working on live video call app using OpenTok(TokBox) using this demo : https://github.com/opentok/opentok-ios-sdk-samples/tree/develop/5.Multi-Party-Call My problem is when I navigate from live call screen to main view(root view controller)…
Maulik shah
  • 1,664
  • 1
  • 19
  • 45
0
votes
0 answers

Memory Exception when using Vidyo and Opentok SDK's in iOS

I am using Vidyo and Opentok in my app for video call and other purpose.When I use Vidyo SDK and Opentok SDK separately they worked, but when I am trying include Vidyo and Opentok both SDK's in single app. I am getting Thread: BAD_ACCESS exception…
BalaChandra
  • 632
  • 9
  • 33
0
votes
0 answers

Javascript TokBox videochat denied on Chrome

I have a problem with TokBox, it's working very well in all browser but in Chrome i receive this error in console OT.Publisher.onStreamAvailableError Permission Denied Session.publish :: OT.Publisher Access Denied: Permission Denied: End-user…
Luca M
  • 371
  • 3
  • 18
0
votes
1 answer

Archive is not starting in opentok?

I am using Open tok rest api. and specifying " archiveMode:always " while creating session and they have specified in documentation that as soon as any one subscribe to session it will start archiving the session but it is not my code is as follows…
Mitesh Ukate
  • 173
  • 2
  • 14
0
votes
1 answer

Parse.com OpenTok Integration Error

I'm building an app using this tutorial (using using parse.com and OpenTok). When I initiate a call, the following delegate method -- session:(OTSession *)session streamCreated:(OTStream *)stream delegate method never gets called. I have searched…
Viper
  • 1,327
  • 2
  • 12
  • 33