禁流修改

This commit is contained in:
by 2024-10-15 11:13:09 +08:00
parent 72b1faa2ce
commit 05329478ad
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ func ZegoRTCStreamAction(Action string, machineInfo *webapi.MachineInfo) rule.Ze
timestamp := time.Now().Unix()
queryParams := url.Values{}
queryParams.Set("StreamId", "test")
queryParams.Set("StreamId", machineInfo.StreamId)
queryParams.Set("Sequence", fmt.Sprintf("%d", timestamp))
// 生成16进制随机字符串(16位)