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

Unable to load DLL 'MFCapturer': The specified module could not be found. (Exception from HRESULT: 0x8007007E) in TokBox

I am making a video sharing tool with the help of TokBox. This works fine in the Windows 7 / 8 / 8.1 But Same program is giving the Unable to load DLL 'MFCapturer': The specified module could not be found. (Exception from HRESULT: 0x8007007E) error…
Jigar Shah
  • 147
  • 1
  • 1
  • 9
-1
votes
1 answer

How to send signal when app in background in opentalk?

I have implement remote notification in ios 8. In this notification I have two button? 1 ) When I click on End Call Then I want to send signal to other device. 2) When I click on Accept Then I want to send signal to other device. See following…
Maulik shah
  • 1,532
  • 18
  • 41
-1
votes
1 answer

how to change the UI of opentok chat screen in iOS?

I have integrated TokBox in my app. I have implemented chat functionality using TokBox. Below is the demo code for Tokbox chat. Now I want to change user interface in that. https://github.com/opentok/opentok-ios-sdk-ui So how can I customize chat…
Maulik shah
  • 1,532
  • 18
  • 41
-1
votes
1 answer

Unknown class OTKTextChatView in Interface Builder file in ios

I have integrated TokBox for chatting functionality in my iOS app. I have used this link this is my code - (void)sessionDidConnect:(OTSession*)session { // When we've connected to the session, we can create the chat component. // crash on…
Maulik shah
  • 1,532
  • 18
  • 41
-1
votes
1 answer

How to make opentok working in ionic for ios?

I installed Cordova Plugin for OpenTok iOS in Ionic app Using this cordova plugin add https://github.com/songz/cordova-plugin-opentok/ When i refer it using this < script type="text/javascript" charset="utf-8" src="opentok.js"> in Index.html…
-1
votes
1 answer

clicking mic or audio icon(button) ends the video chat in opentok

What happens is that I get a mic icon(button) and speaker icon , and on clicking any of them the video chat is over. I don't know what is happening. You can check in images. On clicking any of the two icons some code runs somewhere and the video…
-1
votes
1 answer

Tokbox video chat give connection timeout error

It working on same OS machine. If i am publisher with used of mac machine and subscriber side am using ubuntu os then give server connection timeout error.
Jack
  • 11
  • 2
-2
votes
1 answer

Screen Sharing in iOS using opentok

Hello i am using opentok for screen sharing.Everything is working fine but one issue is i am facing it works correctly in iOS simulator mean screen is sharing perfectly but in real iOS device screen is not sharing black screen is appearing on other…
-3
votes
1 answer

we can see as Opentok keep us show to user the internet connectivity latency or quality

I decided to text you, because I need help with this. In the image below, you can see that OpenTok shows the user the internet connectivity latency or quality icon. (the space closed in White circle) I was looking at the documentation and…
-3
votes
1 answer

Tokbox alternative for Multisession Video Broadcasting

I have created a web video Broadcast feature where one will go live and other users will view the same online during the period. We need to have a feature where the broadcaster can add people to share the broadcast screen and the viewer can view…
-3
votes
1 answer

Notify Other user about video being disabled: TokBox

In TokBox SDK for Video calling, if one user disables his/her video, how other user will get notified?
Suhail
  • 11
  • 1
1 2 3
32
33