Backfill with clientId

This commit is contained in:
2023-07-31 14:19:51 +01:00
parent 90ab2b7b96
commit 112ed5b80a
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ public class SrsController : Controller
App = appSplit[0],
Variant = appSplit.Length > 1 ? appSplit[1] : "",
ClientId = req.ClientId!,
StreamId = req.StreamId!,
StreamId = req.StreamId ?? req.ClientId!,
StreamKey = req.Stream
});