This commit is contained in:
Your Name
2026-03-23 18:02:16 +08:00
parent 18fee2e8f8
commit 250d173c2f
525 changed files with 10659 additions and 793 deletions
+3
View File
@@ -14,4 +14,7 @@ return [
// 是否启用
'enable' => env('trtc.enable', false),
// 云端录制 HTTP 回调可选校验:非空则请求需带 ?token=xxx(与 .env trtc.recording_callback_token 一致)
'recording_callback_token' => env('trtc.recording_callback_token', ''),
];