DVR
This commit is contained in:
@ -29,6 +29,7 @@ public class UserStream
|
||||
public IngestEndpoint Endpoint { get; init; } = null!;
|
||||
|
||||
public List<UserStreamGuest> Guests { get; init; } = new();
|
||||
public List<UserStreamRecording> Recordings { get; init; } = new();
|
||||
}
|
||||
|
||||
public enum UserStreamState
|
||||
|
Reference in New Issue
Block a user