gives live meta an owner

This commit is contained in:
Paul Schneider 2019-01-03 10:55:38 +00:00
commit db5e4ef113

View file

@ -1,23 +0,0 @@
namespace Yavsc.ViewModels.Streaming
{
public class LiveAnnouce {
// set by the server, unique
long Id { get; set; }
// a title for this flow
string Title { get; set; }
// a little description
string Pitch { get; set; }
// The stream type
string MediaType { get; set; }
// A name where to save this stream, relative to user's files root
string DifferedFileName { get; set; }
}
}