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

Unsubscribe my own video in opentok

Hi I am using opentok. When I say publisher = OT.initPublisher(); session.publish(publisher); My own video is visible to myself. I want to see only other participants video but not my own. I want my video to be visible to everyone else in the…
Aniket
  • 4,926
  • 12
  • 41
  • 54
0
votes
1 answer

Android app and tokbox integration

I am trying to build an POC in an android app where I need to build an peer-to-peer video chat/conference I googled and found out tokbox is good option to start with, so I started referring the tokbox tutorial/docs in their official site,now to some…
manideep
  • 37
  • 1
  • 1
  • 11
0
votes
2 answers

Can OpenTok send an encryption key to Amazon S3 now that S3 supports server-side encryption with a user-supplied key?

Currently, Tokbox's OpenTok supports archiving to Amazon S3. Amazon S3 supports AES-256 encryption at no additional charge. They recently added the ability to submit a user-generated key to encrypt the files with, but the key must come with the PUT…
0
votes
1 answer

How to start OpenTok/TokBox session archive?

I'm working on an app that allow users to make video calls. I'm doing this by using OpenTok2.5 iOS SDK. I want to record calls and want to store them somewhere. My problem is, there is no way to start a call archiving using Open Tok iOS SDK. I'm…
Ravi
  • 2,441
  • 1
  • 11
  • 30
0
votes
1 answer

Opentok screen capture issue

I am using opentok screen share in my app, I am using the TBscreenCapture method provided by the opentok, the app is working fine in iPhone, but in the iPad the screen capture is returning the view with misplaced frame, the image is like instead of…
BalaChandra
  • 632
  • 9
  • 33
0
votes
0 answers

Tokbox - Run without CLI? Standalone example?

I've seen the sample app at tokbox API: https://github.com/opentok/OpenTok-PHP-SDK/blob/master/sample/HelloWorld/README.md It runs on localhost:8080 I wish to build a sample where : "Dynamically generate website URL like localhost/somekey which…
kirobo
  • 293
  • 3
  • 16
0
votes
2 answers

AngularJS undefined error on $document.context.addEventListener

I have the following angular service: .factory("OTReady", ['$document', function ($document) { var ready = false; $document.context.addEventListener('deviceReady', function () { ready = true; }); return (function(fn){ if (ready) { …
lilbiscuit
  • 2,109
  • 6
  • 32
  • 53
0
votes
1 answer

arm64 starting February issue

Apple announced that is will not allow applications without arm64 to be uploaded. https://developer.apple.com/news/?id=10202014a I have several questions: Is it only about new applications? Or existing applications on App Store (that don't…
Paul T.
  • 4,938
  • 7
  • 45
  • 93
0
votes
1 answer

OpenTok JS connection timeout issue while loading resources

I'm using opentok client JS api, to set up a video conferencing app. Intermittently, the js and css resources from open tok servers fail to load. These are the errors I'm seeing on developer console in Chrome Browser. I have a good internet…
Madhu
  • 31
  • 1
  • 8
0
votes
2 answers

tokbox how to detect if browser supports or not

In tokbox , Is it possible to detect browsers and throw a not supported page. But in tokbox demo ideo page they are doing this but i searched on their document but can't find how to do this stuff. can anyone help me on this.
shyamkarthick
  • 499
  • 1
  • 4
  • 17
0
votes
0 answers

One to one Video call with voice in Open TokBox : Android, dotNET

I want to setup One to one Video with voice call using Open TokBox. I want to setup it in Android and Server Side is dotNET. I found sample project and it is working fine but it is like multi broadcasting. And It finds if any user is online. Rather…
CSAT
  • 207
  • 1
  • 2
  • 13
0
votes
1 answer

Tokbox video chat query

I Am developing website using Tokbox video chatting , i have to run a timer if both users are connected and if they videos are visibled. I Am using below code and if anyone users connected it calls the start_countdown function. …
shyamkarthick
  • 499
  • 1
  • 4
  • 17
0
votes
1 answer

tokbox-opentok passed to one side only

I am using tokbox trial for video chatting on my website. But the problem i am facing is that ::: User 1 can see and hear User 2 clearly. User 2 can see User 1 clearly, but user 2 couldnt here user 1. And code i am using …
sarath
  • 56
  • 12
0
votes
1 answer

How to enable OpenTok Plugin for Internet Explorer

I am trying to implement open tok for my video chat application. I am using opentok.min.js v 2.2.9 with php SDK. It is working fine with google chrome and firefox. According to their announcements, it should work in IE with 32 bit…
Tahmina Khatoon
  • 1,081
  • 3
  • 11
  • 29
0
votes
1 answer

anyway to get the mic activity/level in toxbox on iOS

I'm using tokbox on iOS. I want to know which of the publishers has the loudest stream at anyone time... on js api there's a detectMicActivity function. is there anything similar for iOS? My other option is do dummy recording, on each device and…
George Cook
  • 180
  • 1
  • 6