禁流修改
This commit is contained in:
parent
72b1faa2ce
commit
05329478ad
|
@ -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位)
|
||||
|
|
Loading…
Reference in New Issue