检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
String content = app_id + "+" + room_id + "+" + user_id + "+" + ctime; Use app_key to encrypt the string content in HMAC-SHA256 mode to obtain the signature string. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 String signatureStr = hmacSha(appKey
The code is as follows: String content = X-Rtc-Rand + X-Rtc-Timestamp + msg; Use the callback key (key) in the recording callback configuration to encrypt the combined string content in HMAC-SHA256 mode to obtain the signed string.