matrix-org / waterfall

A cascading stream forwarding unit for scalable, distributed voice and video conferencing over Matrix
Apache License 2.0
97 stars 5 forks source link

Why does `focusEvent.Content.ParseRaw(focusEvent.Type)` throw an error? #73

Open SimonBrandner opened 1 year ago

SimonBrandner commented 1 year ago

https://github.com/matrix-org/waterfall/blob/main/pkg/conference/peer_message_processor.go#L92

SimonBrandner commented 1 year ago

So the reason this breaks, afaict, is that we now have two m.call.negotiate in the mautrix-go SDK which confuses the parser

SimonBrandner commented 1 year ago

I am not very sure what to do :/