sean t
sean t
You don't need to not dismiss it, you just need to have opened it once, then you can dismiss it, move the window, open it again and the drop-down overlay...
I merged in the updates from @lostmsu which look like they resolved the issues with the data transfer rates/ chrome disconnects.
@sipsorcery - uses latest version of bouncy castle with Ecdsa certificates. Removed Rsa support. Uses newer language features - i don't think this will work on net standard 2.0 https://github.com/ispysoftware/sipsorcery/tree/net9...
It was from https://github.com/BorgGames/sipsorcery I found that increasing MAX_BURST dramatically increases the speed - setting it to 64 makes chrome download around 365mb in 10 seconds which is the same...
https://github.com/KoenZomers/OneDriveAPI/pull/46
@neko0461 what interoperability issues is this causing?
I *think* you just need to replace ``` //if (answerSdp.Media.Any(x => x.Media == SDPMediaTypesEnum.audio)) //{ // var audioAnnouncement = answerSdp.Media.Where(x => x.Media == SDPMediaTypesEnum.audio).Single(); // audioAnnouncement.IceRole = IceRole; //} //if...