C# Class BrowserCalls.Web.Controllers.DashboardController

Dashboard view has the functionality to answer twilio calls and initiate a video call the user in Homepage
Inheritance: Twilio.TwiML.Mvc.TwilioController
Afficher le fichier Open project: TwilioDevEd/browser-calls-csharp Class Usage Examples

Méthodes publiques

Méthode Description
DashboardController ( ) : System.Web.Mvc
DashboardController ( ITicketsRepository repository ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult

Method Details

DashboardController() public méthode

public DashboardController ( ) : System.Web.Mvc
Résultat System.Web.Mvc

DashboardController() public méthode

public DashboardController ( ITicketsRepository repository ) : System.Web.Mvc
repository ITicketsRepository
Résultat System.Web.Mvc

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult