[Abstract]
This commit is contained in:
parent
47a8eadcf0
commit
854c4065fe
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…
Add table
Add a link
Reference in a new issue