Adam Ullman

Results 58 comments of Adam Ullman

@ibc this is actually the same behaviour as the HTML `` element. It's just different than the OpenTok platform. opentok.js does some sizing and masking of the video element to...

Basically this is what we want to be able to do: http://jsbin.com/yaheka/edit

Sure, I'm building presence using graphql. Basically storing a lastSeen value for each user every few seconds and then having everyone subscribe to that. Rather than persisting this value I...

I wasn't working on it yet, I have registered your vote for it though. In the meantime the [StreamFilter sample](https://github.com/opentok/opentok-web-samples/tree/master/Stream-Filter) shows you how to get access to a MediaStream in...

chrome stable failed ![errorShot](https://i.imgur.com/BrA9I2v.png)

chrome stable failed ![errorShot](https://i.imgur.com/7PqaevF.png)

chrome stable failed ![errorShot](https://i.imgur.com/LVF1D4D.png)

firefox stable failed ![errorShot](https://i.imgur.com/vl16Hm8.png)

ie 11 failed ![errorShot](https://i.imgur.com/t2hBpPo.png)

Hm, can we use `subscriber.subscribeToAudio(false)` instead?