Use stream_id to identify stream

This commit is contained in:
2023-07-31 14:08:54 +01:00
parent 99efab6013
commit 8e18029101
12 changed files with 359 additions and 20 deletions

View File

@ -9,4 +9,6 @@ public class StreamInfo
public string StreamKey { get; init; } = null!;
public string ClientId { get; init; } = null!;
public string StreamId { get; init; } = null!;
}