a LiveEntryViewModel
This commit is contained in:
parent
78213f797b
commit
6cb2cd5643
1 changed files with 5 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue