[Abstract]
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user