a LiveEntryViewModel

vnext
Paul Schneider 6 years ago
parent 4a86694209
commit 46b86f42d4
1 changed files with 5 additions and 0 deletions

@ -8,6 +8,11 @@ namespace Yavsc.ViewModels.Streaming
public WebSocket Socket { get; set; } public WebSocket Socket { get; set; }
} }
public class LiveEntryViewModel {
public string UserName { get; set; }
public string FlowId { get; set; }
}
public class LiveCastMeta public class LiveCastMeta
{ {
public WebSocket Socket { get; set; } public WebSocket Socket { get; set; }

Loading…