andywangevertz
andywangevertz
Same here. It seems to me that using /dev/snd/pcmC2D0p has more probability to the success as the loop will create 3 more audio cards.. so either way, the C2D0p is...
same here on Ubuntu 20.04 and a workaround to create a 'dummy' libcereal.a and copy it over to /usr/lib/x86_64-linux-gnu/ cereal.c `void cereal(void) {}` `gcc -c cereal.c` `ar rcs libcereal.a cereal.o`...
I had this same observation as my bandwidth overhead was less than 1% and my worst case loss rate was 26%. My guess is that the name is kind of...
> for which api it will work like getEmail, getParticipantsInfo etc.? I'm using getEmail but it's not working☹️ Try getIdentity() to see if it works..
This fix is currently in lib-jitsi-meet level only and it will need some work/hook-up on the api level ( I would assume you are using external api) for api.getIdentity or...