Hey there! To figure out the latency between messages in LiveKit, you just need to check the time difference between when a message is sent and when it arrives. Here’s a simple way to do it:
• Note down the timestamp right when the sender sends the message.
• Note down the timestamp as soon as the receiver gets it.
• Then, subtract those two timestamps to find out the latency.
If you want me to walk you through it or need any extra help, just give me a shout!