mttcrsp / fosdem

An iOS app for all things FOSDEM
MIT License
27 stars 3 forks source link

How to find “Video with Q&A”/ “Chat” matrix links #101

Closed jellelicht closed 3 years ago

jellelicht commented 3 years ago

Thanks a bunch for working on this app! Is there any way I can reach the matrix links for each talk as well?

mttcrsp commented 3 years ago

Hi, thanks for the feedback!

About videos

I just pushed an update that allows you to watch livestreams over the two days of the conference. Recordings should also should appear in the app as soon they become available.

About Matrix links

Unfortunately the app doesn't display Matrix links anywhere. The schedule API the app uses (Pentabarf XML) does not provide them. Looking through the website codebase though, I see they are generated on the fly based on a combination of event type, room, and track. It shouldn't be too difficult to add support for them.