
OpenTok - How to publish/unpublish manually? - Stack Overflow
2016年12月21日 · Yes and it is very simple. Check out the prepublish source code to see how. There are 2 functions, startPublishing () and stopPublishing () which achieve this. Primarily they use session.publish(publisher); to publish and session.unpublish(publisher); to unpublish. Here is code I have used to work off: // Called by a button to start publishing to the session function startPublishing() { if ...
webrtc - OpenTok - Subscriber failed to subscribe to a stream in a ...
2017年11月30日 · I am implementing a Network Test for my Web-application using OpenTok's js library. To do that, I create a publisher, connect to session, then make a subscriber connect to the publisher's stream....
OpenTok TokBox: REST API access forbidden when starting a live ...
2019年2月5日 · TokBox Developer Evangelist here. There are two token concepts within the OpenTok API. One of the tokens is used to authenticate an OpenTok Session and the other is a JWT token used to authenticate each HTTP request you make from the server side. It looks like the token that you're trying to create is used to interact with the OpenTok REST API.
OpenTok PHP SDK createSession not working - Stack Overflow
2017年10月4日 · I've just installed the latest php sdk of opentok. I cannot get a session to be created and it's extremely frustrating. I know the SDK is correctly imported because my first call works. Here is...
How to select audioOutput with OpenTok - Stack Overflow
2018年6月1日 · I am building a simple WebRTC app with OpenTok. I need to be able to select camera, audio input and audio output. Currently that doesn't seem easily possible. See opentok-hardware-setup https://
OpenTok Web: Custom properties when publishing Stream
2019年11月4日 · Nope, I get only "archive" events from that callback. My ultimate goal was to get the archive url for further saving in my storage, so I subscribed to "archive" events in my dashboard. I will try to pass values inside token payloads as you proposed. But this step of your workflow is a bit counter-intuitive. Also it doesn't affect resolution as I expected.
Video conferencing using opentok - Stack Overflow
2013年10月24日 · How can i add clients to a video chat using their email id in opentok.I have tried opentok using javascript api,but i can only see my face in the browser.Is there any way to add clients using faceb...
OpenTok / ToxBox: Keep the API Key secret? - Stack Overflow
Manik here from the OpenTok team. You are correct, the API Key will be available on the client side (browser, mobile device, etc) as expected. This is not an issue because you need the API Key & API Secret combination to be able to create sessions, generate tokens, etc.
opentok angular turn off camera when in different route
2015年9月3日 · Im building an angular app with opentok. I noticed that when I navigate to a different state, (by the way im using ui-router fo my routing) the camera is still being used. How do I turn it off?
api - TokBox OpenTok Alternative? - Stack Overflow
2012年10月17日 · We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.