[Abstract]

main
Paul Schneider 7 years ago
parent 011529d072
commit 421709dc45
1 changed files with 5 additions and 0 deletions

@ -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();
}

Loading…