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
3
votes
1 answer

OpenTok / ToxBox: Keep the API Key secret?

I'm using the OpenTok .js API to build a web app. The TokBox "Security Best Practices" doc (https://tokbox.com/developer/guides/security/#best-practices) says "Keep the API key and secret private and secure" I can keep the API "secret" out of the…
Matthew H.
  • 31
  • 2
3
votes
0 answers

TokBox Publisher failed to publish in a reasonable amount of time

I am implementing a video recording for my web application using OpenTok's js library. Currently using .NET and JavaScript SDK to record the video. https://tokbox.com/developer/sdks/dot-net/ The video recording is working on Chrome and Firefox, but…
Kishan Patel
  • 161
  • 1
  • 8
3
votes
1 answer

RTMP Stream Input to an OpenTok session

So I've created a streaming app in my community website using OpenTok. It's really great, but there are a few use cases where some of my community currently stream via YouTube and have a setup that uses RTMP. They don't necessarily want to use…
Matt B
  • 518
  • 4
  • 11
3
votes
2 answers

OpenTok: What's the difference between the session and the token?

I'm trying to make a 2 persons video chat using OpenTok API, but I don't have a clue on how to generate a sessionId or a token and what's the difference between them. I've looked into the provided examples, but they don't show how to generate them.…
CodeOverload
  • 47,274
  • 54
  • 131
  • 219
3
votes
1 answer

Adding Name and Image at the bottom of Opentok Publisher's Stream and It should be visible on the Subscriber's end by default

I am trying to develop an application with the help of OpenTok where I need to add Name of the user as well as the logo of my application on the publisher's stream. Why am I focusing on the Stream? The reason is if I use some kind of overlay on my…
Vinit Saxena
  • 683
  • 2
  • 11
  • 27
3
votes
1 answer

OpenTok JS websocket connection timeout issue

I'm using opentok client JS api OpenTok.js 2.14.6 753045900, to set up a video conferencing app. Intermittently, it throws errors into chrome console: WebSocket connection to…
3
votes
2 answers

How to remove Web Camera icon from address bar

Is there a way to hide/remove the Camera icon that appears in the address bar after we have stopped using it? I am using OpenTok for Video Conferencing and using OT.getUserMedia() .then(options=>{ options.getTracks().forEach(track=>{ …
zohaib
  • 31
  • 2
3
votes
1 answer

Tokbox Local & Remote Video in a single screen

I have created a video chat using tokbox with publisher and subscriber videos in different divs and it is working fine. The examples provided by tokbox tutorials has the video elements in different divs. I want the local & remote video side by side,…
Pamela
  • 684
  • 1
  • 7
  • 21
3
votes
1 answer

How to change audio output in opentok javascript SDK?

When connected to a mobile browser, the audio always defaults to the audio-only speakers (i.e. phone speakers that are close to the ear; i don't know what this is called) instead of the loud speakers. How do I make it use the loud speakers by…
Dynameyes
  • 435
  • 5
  • 15
3
votes
1 answer

Run requestAnimationFrame in background

I am using requestAnimationFrame to animate video streams and I know that request animation does not work in backgrounds so is there any way to make it run on background. I know that we can animate using setInterval or setTimeout too but when I use…
Anuj Negi
  • 628
  • 1
  • 6
  • 27
3
votes
1 answer

tokbox: how to determine when participant's audio is muted

How to get event when your participant turned off audio? Subscriber has a VideoListener which is notified when video state is changed, but how to get events for audio?
grey_crow
  • 31
  • 1
3
votes
2 answers

Error:(126, 13) Failed to resolve: com.opentok.android:opentok-android-sdk:2.9.+

I am using opentok library that is compile 'com.opentok.android:opentok-android-sdk:2.9.+' and in my build.gradle file i have added maven { url "http://tokbox.bintray.com/maven" } but unable to solve this error …
ankitkhandelwal185
  • 1,023
  • 1
  • 15
  • 24
3
votes
1 answer

Telephone with OpenTok

We are developing a VoIP app and we want to switch to the Tokbox library. Ours is like a telephone app just like Viber but for a specific audience. We need the app to behave like a telephone app. The user makes the call, the receiver hears the phone…
Sandah Aung
  • 6,156
  • 15
  • 56
  • 98
3
votes
1 answer

OpenTok-java-sdk issue Create SessionId throwing exception

I am working on maven and spring. I have created simple class having main method, to create the OpenTok SessionId but getting exception as follows Exception in thread "main" java.lang.NoSuchMethodError: …
Kamini
  • 690
  • 2
  • 13
  • 36
3
votes
1 answer

How to increase video quality/Resolution in OpenTok RTC(Real Time Communication)

I am using OpenTok iOS SDK (Multi Party Call Demo). How can I increase video quality? I am having high speed internet connection during video call but video quality is not so good as it should be. Any help will be appreciable.
Nishant Tyagi
  • 9,893
  • 3
  • 40
  • 61
1 2
3
31 32