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

Possible errors(bugs) which might hamper opentok video chat application

My issue of concern is to find out the possible mistakes in my code which might hamper the working of opentok services to run smoothly(without any error) in my code. There something might be going wrong with my code. Please examine How Am I ending…
0
votes
1 answer

How do we connect video streaming from different tokens generated for a single session using openTok

I want to Connect all the users in a session by providing them separate token under a sessionId, so that they can view each other's streaming. But users can see only their straming. I just need to allocate div on my page for each user with a token…
0
votes
2 answers

Video streaming between iPhones

How can I stream live video between two iPhones in my app? I used openTok (tokbox.com), but there I can't processing video, for example find face or something like that. Is there way to connect two devices via server? Thank you
Roman
  • 366
  • 5
  • 19
-1
votes
1 answer

How to add text chat to opentok video chat

I am working on an IOS application(SWIFT) in which i have used tokbox sdk for adding video chat into ios app. now i want to add text chat option during video call! Can anyone guide how to add text chat option during video call in iOS app using…
-1
votes
1 answer

Mute all participants except host - Tokbox

Using Tokbox javascript SDK and C# SDK for establishing video calls. As a Host I want to have the ability to mute all other participants with a single click, and that the mute will occur for other participants as well within the meeting so that I am…
Malatesh Patil
  • 4,505
  • 1
  • 14
  • 14
-1
votes
1 answer

I want camera permission to need to be granted only one time in a video networking - platform - issues with ios and safari

I want to be able to enable a user on a video networking web platform to only need to grant camera permission one time, and be able to have separate video chats with multiple users.Part of the 'event" will have multiple one to one video chats. There…
JonF
  • 1
-1
votes
1 answer

What's the difference between opentok SDK's and the opentok REST API?

Apologies in advance for the seemingly naive question, I'm a hobbyist developer learning the ropes. I noticed the opentok REST API documentation deal mainly with command line stuff, whereas the SDKs (web/node SDKs for example) come packaged with…
Shadow_noob
  • 31
  • 1
  • 5
-1
votes
1 answer

How to dial-in conference in nexmo?

I am using this repo: https://github.com/opentok/opentok-nexmo-sip/tree/master/Dial-In-Conference Bought nexmo virtual number and created new tokbox app.Set up all credentials. Changed only voicename and text in server.js. For local testing purposes…
-1
votes
1 answer

Implementing Pre-Call test in iOS App using OpenTok iOS SDK

import UIKit class CircularViewController: UIViewController, URLSessionDownloadDelegate { let progressLayer = CAShapeLayer() var pulsatingLayer: CAShapeLayer! let percentageLabel: UILabel = { let label = UILabel() …
-1
votes
1 answer

Does opentok provide thumbnails for archives?

I have the opentok-archiving sample application set up. While playing the archives, I need thumbnails for the archive. Does OpenTok provide thumbnails? Currently, I think the only way is to setup Archiving URL callback, and once the archive status…
Uday Reddy
  • 1,337
  • 3
  • 16
  • 38
-1
votes
1 answer

OpenTok Android Signaling Tutorial - Session Error Domain

I am using the text chat tutorial from TokBox, but I'm encountering the following error(s) after I send the message (signal): com.tokbox.android.tutorials.signaling E/MainActivity: Error Domain: SessionErrorDomain Error Code: Session…
-1
votes
1 answer

Broadcasting Android application using Opentok SDK

Im working on an android application where multiple user subscribe to my stream published from android device. What i want to pull off is, when i click the video of a certain subscriber, all the subscriber(user) will then subscribe to his/her stream…
-1
votes
1 answer

how to handle network during live video with tokbox?

I am using tokbox sdk for go live but i am not able to handle network for subscriber during live when publisher internet is off there is no any call back to notify to subscriber after 10 to 20 second connection is terminate and sesion disconnect but…
-1
votes
1 answer

Error:Could not find any matches for com.opentok.android:opentok-accelerator-core:1.0.+

I am integrating video calling functionality in my app using opentok sdk. I have followed this this and i have successfully integrated. All were working fine untill today i got this error Error:Could not find any matches for…
AbhayBohra
  • 2,047
  • 24
  • 36
-1
votes
1 answer

How to get archive id of tokbox archived session?

I am a php developer and I am using tokbox for sessions. I need to store session on Amazon S3 server. Using the tokbox archive feature I am saving my sessions on S3 server. I have used Archive mode as Always i.e when session is started it driectly…
Shivani
  • 1
  • 2
1 2 3
31
32