From 46b86f42d4395948a67c88df19815061551f9481 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 10 Jan 2019 12:30:56 +0000 Subject: [PATCH] a LiveEntryViewModel --- src/Yavsc/ViewModels/Streaming/LiveCastMeta.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Yavsc/ViewModels/Streaming/LiveCastMeta.cs b/src/Yavsc/ViewModels/Streaming/LiveCastMeta.cs index 4ec0cd6a..79e4b483 100644 --- a/src/Yavsc/ViewModels/Streaming/LiveCastMeta.cs +++ b/src/Yavsc/ViewModels/Streaming/LiveCastMeta.cs @@ -8,6 +8,11 @@ namespace Yavsc.ViewModels.Streaming public WebSocket Socket { get; set; } } + public class LiveEntryViewModel { + public string UserName { get; set; } + public string FlowId { get; set; } + } + public class LiveCastMeta { public WebSocket Socket { get; set; }