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 iOS: Video call disconnects when phone lock

I am using tokbox for video calling in my iOS application. I am getting the issue when while video calling, when I lock the app, the stream gets disconnected and the call ends.
0
votes
1 answer

Putting a video call on hold with OpenTok

I've been researching webRTC platforms and found that OpenTok seems to provide the most customizable functionality. Before I dive nose deep into it, I wanted to make sure that it could perform one key requirement: During a 1-1 video call between two…
jphd
  • 3
  • 1
0
votes
1 answer

Web: Display Opentok in Picture-in-Picture layout

I'm using Opentok.js, I want to display subscriber and publisher in Picture-in-Picture layout.It should be responsive and maintain ratio when I resize the window and How to get videos in full screen even if the video is in "320x240"?
ksh
  • 639
  • 1
  • 7
  • 23
0
votes
2 answers

What is a software solution that provides 1 on 1 video chat?

We've made an application where two people can video chat with each other using TokBox, but are running into a lot of technical issues surrounding WebRTC and TokBox itself. I know that Twilio recently launched a Javascript version for their video…
0
votes
1 answer

How do I get the audio from a stream to play through the iPhone's normal (NOT speakerphone) speaker?

I'm making a voice and video chat app for iOS using OpenTok. The audio for video streams AND audio-only streams works find when I have a headset plugged in. If I don't, it plays through the speakerphone. How do I change this?
spnkr
  • 952
  • 9
  • 18
0
votes
1 answer

Tokbox archiving callback url always returns null on .Net

I have a .Net server with .Net SDK tokbox sdk. I need to know when archiving has been uploaded to my AWS S3 bucket, and in order to do that I need to receive JSON callback url. Being my url https://company.com/home/archivingvideo I am trying, on…
Jano
  • 197
  • 1
  • 14
0
votes
1 answer

Change permissions for user connected to session

When people initially connect to a live stream I only want them to be able to view the stream and send messages, but not publish their camera. Then I would like the moderator of the stream to be able to "grant them access" to be able to publish the…
Tometoyou
  • 7,792
  • 12
  • 62
  • 108
0
votes
1 answer

Choose library for video streaming

I am currently developing a web app (using Spring MVC) in which I want to add 1 vs 1 video calls. I know webRTC and many APIs based on that like: twilio, tokbox, agora io etc. What should I use? Any advice and suggestions will be greatly…
gkatiforis
  • 1,588
  • 9
  • 19
0
votes
1 answer

Tokbox php server is not working in aws

Currently am implementing a video conferencing application using Tokbox . Sample server and web client is working in my local-host .But when i tried to run the PHP tokbox server on AWS EC2 instance .The server is not working properly. I am using…
php- web
  • 75
  • 1
  • 11
0
votes
1 answer

Is is possible to publish a stream from recordRTC to a tokbox Session?

I want to capture screen (or a canvas) with recordRTC and send it to tokbox session as a stream instead of a stream from camera, microphone or sharescreen. What I want is subscribers gets a stream that is the record of a canvas of the other peer…
cadid
  • 21
  • 5
0
votes
2 answers

Is there a way to have tokbox support a resolution higher than 1280x720?

I want to support up to full HD. Is this possible with tokbox? If not tokbox can I do it with say jitsi? Tokbox is just super easy to get started with.
Pineapple Joe
  • 199
  • 10
0
votes
3 answers

How to remove "stop sharing" popup using jQuery

I am using screen share extension to share screen on chrome with other users and when I share my screen with other users a popup open up with "stop sharing" button and never close even when screen share is closed. I know that it should close…
Anuj Negi
  • 628
  • 1
  • 6
  • 27
0
votes
0 answers

Strange image from Android camera stream

I am building an application for video calls and I have one strange image from the Android stream after 5-6 minutes of talk only for one phone. I am using tokbox and this photo is not in the lib (for errors). User 1 (Android) can see his stream and…
Toshe
  • 459
  • 1
  • 6
  • 20
0
votes
1 answer

Ambiguous reference to member on extension

I make use of the TokBox api. I want to use the signal method. But I get the Ambiguous reference to member 'session' error. This is the code: import UIKit import OpenTok import Firebase import FontAwesome_swift class CallView: UIViewController { …
da1lbi3
  • 4,369
  • 6
  • 31
  • 65
0
votes
1 answer

Guide for global video chat with tokbox

I am using tokbox as one to one video chat with meteor js is there any guide or tip for me to optimize for the Tokbox server location since the user based is more random and uncertain. My client complaint that there is a low quality for the video in…
Potato
  • 770
  • 1
  • 8
  • 18