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

492 questions
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
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
  • 356
  • 5
  • 18
-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…
-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

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…
-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,028
  • 2
  • 13
  • 32
-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
2 answers

OPENTOK REST API doesn't work

[EDIT] The description of my post was bad, sorry for my English, I start again. What I mean is when I make a request ajax rest to api opentok from localhost, I have this error: Failed to load https://api.opentok.com/v2/project//broadcast: Response…
Fanga
  • 3
  • 4
-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
  • 1,827
  • 15
  • 31
1 2 3
32
33