Adam Ullman

Results 24 issues of Adam Ullman

Not sure how you feel about this. I had an issue where I wanted some messages to be retained but any new subscriptions were not getting them because we don't...

We already have an [Archiving sample](https://github.com/opentok/opentok-web-samples/tree/master/Archiving) which shows you how to use the OpenTok Archiving API. But there is a new [MediaRecorder API](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder) available in some browsers that lets you...

new sample request

Submitting in same repo so that the Travis private variables work. See https://github.com/aullman/opentok-meet/pull/192 for more details.

@leahciMic noticed this when trying to use meet.tokbox.com as a service. If 2 people connect to a new room at the same time and that room doesn't already have a...

bug

Now that the [subscriber.setPreferredResolution](https://tokbox.com/developer/sdks/js/reference/Subscriber.html#setPreferredResolution) method is publicly available we should move [this code](https://github.com/opentok/opentok-meet/blame/master/src/js/simulcast-service.js) to master. It will mean that bandwidth for subscribers is more optimised.

enhancement

We should use the archiving layout feature to make screen shares larger in the archive. eg. using the vertical presentation layout.

http://blog.yodersolutions.com/run-protractor-tests-in-parallel/

enhancement

Right now /archives and /rooms are publicly accessible. Shouldn't be available to everyone, should add some auth. http://blog.modulus.io/nodejs-and-express-basic-authentication