[Abstract]

This commit is contained in:
Paul Schneider 2018-12-21 14:05:05 +00:00
commit 854c4065fe

View file

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