Nexmo / stitch-js-quickstart

A repository containing everything you need when getting started with the Nexmo Stitch API and the JavaScript SDKs
5 stars 8 forks source link

7-enable-screen-share quickstarts not showing other member's stream and screenshare not working #31

Closed abelzx closed 6 years ago

abelzx commented 6 years ago

https://github.com/Nexmo/stitch-js-quickstart/blob/master/examples/7-enable-screen-share/index.html#L201 'localStream' should be 'stream'

https://github.com/Nexmo/stitch-js-quickstart/blob/master/examples/7-enable-screen-share/index.html#L204 'localStream' should be 'stream'

https://github.com/Nexmo/stitch-js-quickstart/blob/master/examples/7-enable-screen-share/index.html#L325 'update' should be 'enable'

AlexLakatos commented 6 years ago

fixed with #32