Infactum

Results 2 issues of Infactum

Update to https://github.com/telegramdesktop/libtgvoip/commit/a090c6a8f7bfb365b301d85bb8c9664d71321c5c There is no way to use desktop DSP after update, since telegram team does not update the bundled webrtc headers.

## Expected Behavior Successfull creation of `Dummy` object. ## Actual Behavior Assertion inside `Dummy` construtor fails. ## Steps to Reproduce the Problem 1. Compile and run sample below ```cpp #include...