Commit 3428baaf authored by chenweijian's avatar chenweijian

trtc

parent 0302e588
......@@ -10,7 +10,7 @@ import (
)
//创建群组的TRTC通道,token有效时长:一个星期
func CreateGroupTRTCUserSig(uid uint32) string {
func CreateGroupTRTCUserSig(uid uint64) string {
appId := "1400548270"
appSecret := "321bd60f73096b059c7350f1cd97d51028850b34fa58c5c0d26bb4a19e783de8"
expireTimeInSeconds := uint32(60 * 60 * 24 * 7) //一个星期
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment