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
Show file Open project: TwilioDevEd/browser-calls-csharp Class Usage Examples

Public Methods

Method Description
DashboardController ( ) : System.Web.Mvc
DashboardController ( ITicketsRepository repository ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult

Method Details

DashboardController() public method

public DashboardController ( ) : System.Web.Mvc
return System.Web.Mvc

DashboardController() public method

public DashboardController ( ITicketsRepository repository ) : System.Web.Mvc
repository ITicketsRepository
return System.Web.Mvc

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult