ConferenceMapper question

Has there ever been a public release of the conferenceMapper software? I know about the swagger spec, just don’t want to reinvent the wheel, if I don’t need to. I’m currently using the public service (thanks Jitsi) but would feel much better using an in-house service rather than the public one…

Nope, it is a simple key value storage with records expiring after some period.

1 Like

Thank you…appreciate the speedy response!

I had the same problem and wrote this small python / redis implementation of the conferenceMapper API: https://github.com/luki-ev/conferencemapper

Feedback / PRs welcome!

1 Like