POST api/RoomManager/SaveRoomSession
Request Information
URI Parameters
None.
Body Parameters
ChatSessionName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
SessionId | integer |
None. |
|
ProjectId | integer |
None. |
|
SessionName | string |
None. |
|
Status | integer |
None. |
|
Type | integer |
None. |
|
MicOrder | boolean |
None. |
|
MeetingIsOpenCamera | boolean |
None. |
|
CurrentMeetingCamera | string |
None. |
|
MeetingIsOpenWiteBoard | boolean |
None. |
|
MeetingIsOpenRemoteDeskTop | boolean |
None. |
|
CurrentMeetingDesktop | string |
None. |
|
CompanyId | integer |
None. |
|
Manager | integer |
None. |
|
Users | Collection of UserInfo |
None. |
|
Admins | Collection of SessionUsers |
None. |
|
Members | Collection of SessionUsers |
None. |
|
SessionProject | Project |
None. |
|
Anouncements | Collection of Anouncement |
None. |
|
CurrentAnounce | Anouncement |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Sucess | boolean |
None. |
|
Message | string |
None. |
|
Data | boolean |
None. |
|
DueTime | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sucess": true, "Message": "sample string 2", "Data": true, "DueTime": 4.1 }