There this VC site which uses the BBB Api and sends over variables and checksum to BBB to join a conversation. I wanted to know how I could change the fullName property without alerting the checksum.
I've tried using Burp Suite to pause redirection to API and then switch fullName with "Test101" and then forward, but then it results in Checksum failed, which is expected.
How do I (only) change my name without the checksum failed error? Ideas?