Planned streams

This commit is contained in:
2024-08-28 11:02:47 +01:00
parent 51393b20f2
commit d6b55aef00
12 changed files with 695 additions and 32 deletions

View File

@ -53,20 +53,20 @@ public class UserStream
/// </summary>
public string? Thumbnail { get; set; }
public Guid EndpointId { get; set; }
public IngestEndpoint Endpoint { get; init; } = null!;
public Guid? EndpointId { get; set; }
public IngestEndpoint? Endpoint { get; init; } = null!;
/// <summary>
/// Publisher edge IP
/// </summary>
public string EdgeIp { get; set; } = null!;
public string? EdgeIp { get; set; }
/// <summary>
/// Publisher edge client id
/// </summary>
public string ForwardClientId { get; set; } = null!;
public string? ForwardClientId { get; set; }
public DateTime LastSegment { get; set; } = DateTime.UtcNow;
public DateTime? LastSegment { get; set; }
/// <summary>
/// Total sats charged during this stream