MessengerController.CreateRoom Method
- Namespace:
- Weavy.Web.Controllers
- Assembly:
- Weavy.Web.dll
CreateRoom(string, IEnumerable)
Create a new room conversation.
public ActionResult CreateRoom(string name, IEnumerable<int> users)
Parameters
- name
- string
The name of the room
- users
- System.Collections.Generic.IEnumerable
The members of the conversation
Returns
System.Web.Mvc.ActionResult
Returns a conversation.