assigned to @aberaud
added severitymedium sprintin progress typebug labels
@AmarOk1412 Interesting, because this reproduces one of the rare cases that never worked.
There is a 64000 limit that prevents invitations to exceed the DHT max value size, however PJSIP_MAX_PKT_LEN
was always set to 8000, causing the problem when the profile size is between 8000 and 64000, which happens when selecting your image with the Qt client.
The obvious fix is to increase PJSIP_MAX_PKT_LEN
to more than 64000, such as 65536.
If the image (avatar) makes the profile size more than PJSIP_MAX_PKT_LEN
will:
Thank you
Some of codecs support target size, but the values of BPP (Bits Per Pixels) will probably be much lower than 1.
Was trying to figure out for the longest time why invites wern't being sent. It was because I had an avatar set for the swarm. This is a really annoying glitch lol.