[Abstract]

This commit is contained in:
2018-12-21 14:05:05 +00:00
parent 011529d072
commit 421709dc45

View File

@ -17,6 +17,11 @@ namespace Yavsc {
}
public async Task<IActionResult> GetStreamingToken()
{
_logger.LogInformation("Token asked");
throw new NotImplementedException();
}
public async Task<IActionResult> GetLiveStreamingInde()
{
throw new NotImplementedException();
}