Joachim Bauch
Joachim Bauch
## Steps to reproduce 1. Create room with SIP enabled and invite an external user by email. 2. Dialin as invited user with meeting id and pin. ### Expected behaviour...
See https://github.com/nextcloud/spreed/issues/7336 - Needs https://github.com/nextcloud/spreed/pull/7372 - Needs https://github.com/strukturag/nextcloud-spreed-signaling/pull/251 - [x] Autodetect if signaling server support `hello-v2` - [x] Add tests ~~For now can be enabled by setting the app config...
There seem to be problems when running against Janux 1.x, see https://github.com/strukturag/nextcloud-spreed-signaling/issues/279.
Needs Janus v0.11.4
With that also simplified `#if defined(...)` checks a bit to reduce nesting.
The version of JWT in the repository is rather old (unknown version from 2017). If would be great if this could be updated to a more recent version to avoid...
Be explicit with the includes and don't rely on "magic" by the compiler or some other files to include stuff. Should we check this by Travis? Also what do you...
When documents containing fields are merged, a new parent for the fields of the source document is created and the source fields are added there: https://github.com/pdfcpu/pdfcpu/blob/b89d7b1ab108d54a983c9653d47df07bbad5336e/pkg/pdfcpu/merge.go#L350-L354 This will cause problems...