Closed daniel-d-truong closed 3 years ago
same for pub-from-disk
Hi there, sorry for the frustration you had with this repo; amidst rapid development to the ion-sfu
codebase, these examples became unmaintained (by me!). We now suggest you use ion-sdk-go
, which I find makes it nearly trivial to implement all of these examples, and more!
We've made the decision to archive this repo because nobody has time to maintain it, and we want to encourage ion-sdk-go
use instead.
Closing this issue and archiving the repository! #64
What did you do?
I tried running both pub-from-browser and sub-to-browser but both examples don't seem to work out of the box. Specifically, when I try to get the package or run it locally I'll get the following error:
I'm certain this is because the package directory is supposed to be
github.com/pion/ion-sfu/cmd/signal/grpc/proto
instead but even with that change, I got a couple of compile errors and was unsure how to resolve, such as the payload portion of JoinRequest (since Offer seems to have been replaced by Description?). I'm very new to all this stuff, so any help getting this to work out of the box would be extremely helpful. Thanks!