Generates an HMAC-SHA256 signature for RTMS authentication
This function creates a signature required for authenticating with Zoom RTMS servers.
It uses HMAC-SHA256 with the client secret as the key and a concatenated string of
client ID, meeting UUID, and stream ID as the message.
Generates an HMAC-SHA256 signature for RTMS authentication
This function creates a signature required for authenticating with Zoom RTMS servers. It uses HMAC-SHA256 with the client secret as the key and a concatenated string of client ID, meeting UUID, and stream ID as the message.