修改腾讯音视频userSig过期时间

This commit is contained in:
feng.li
2024-01-25 16:16:14 +08:00
parent bd3525a334
commit fee5f82f6d

View File

@@ -13,7 +13,7 @@ public class TRTCUtils {
/**
* 默认过期时间 30 s
*/
private static final Long expired = 30L;
private static final Long expired = 60 * 60 * 24L;
@Value("${trtc.sdkAppId:null}")
private Long sdkAppId;