fbsamples / Canvas-Streaming-Example

This project contains example code showing how to go live on Facebook using a <canvas> element as a source.
Other
340 stars 73 forks source link

ws.upgradeReq is undefined #6

Closed karx closed 4 years ago

karx commented 5 years ago

WS module version 3.0.0 does not have upgradeReq anymore #1099.

That is really a major breaking change. We can add req object to on Connect to get the url.

I have raised a PR with these changes: https://github.com/fbsamples/Canvas-Streaming-Example/pull/5

Am i missing something?

randallb commented 4 years ago

Merged in #5