This example demonstrates how to use pion/srtp, but
in a production application you would have a few differences.
Use a different Key/Salt for each side
Payload would be real media data
You may also want to use more realtime media helpers like those
found in https://github.com/pion/interceptor for error correction
and bandwidth estimation.