POST Video/RoomEvent
Request Information
URI Parameters
None.
Body Parameters
WmVideoRoomMemberStateFormName | Description | Type | Additional information |
---|---|---|---|
wmid | string |
None. |
|
state | string |
None. |
|
room | WmVideoStartedRoom |
None. |
|
time_now | date |
None. |
|
SignParams | Collection of string |
None. |
|
sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "wmid": "sample string 1", "state": "sample string 2", "room": { "conference_id": "sample string 1", "conference_type": 0, "invited_users": [ "sample string 1", "sample string 2" ], "initiator_wmid": "sample string 2", "created_at": "2024-11-20T13:31:06.7055501+03:00", "price_id": "sample string 4", "tickets": { "ticket": "sample string 1", "ticket_valid_till": "2024-11-20T13:31:06.7055501+03:00", "initiator_ticket": "sample string 2", "initiator_ticket_valid_till": "2024-11-20T13:31:06.7055501+03:00" }, "roomtype": "sample string 5", "callType": 0 }, "time_now": "2024-11-20T13:31:06.7055501+03:00", "SignParams": [ "sample string 1", "sample string 2", "2024-11-20T10:31:06Z", "2024-11-20T10:31:06Z" ], "sign": "sample string 4" }
Response Information
Resource Description
None.