JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Webrtc Broadcast Server v3.0
Webrtc Broadcast Server v3.0
More
Share
Explore
Методы
remove-object
Удаление объекта из менеджера
Тело запроса:
Имя
Тип
Описание
Примечание
method_id
enum
remove-object
manager_id
string
идентификатор менеджера
допустимые символы: ‘a-z’,’A-Z’, ‘0-9’, ‘_’
object_id
string
идентификатор объекта
допустимые символы: ‘a-z’,’A-Z’, ‘0-9’, ‘_’
There are no rows in this table
Тело ответа:
Имя
Тип
Описание
Примечание
method_id
enum
remove-object
manager_id
string
идентификатор менеджера
из запроса
object_id
string
идентификатор объекта
из запроса
result
numeric
200 - объект успешно удален из менеджера, 460 - объект используется, 404 - объекта или менеджера с таким id не существует, 400 - ошибка в запросе
There are no rows in this table
Пример запроса:
{
"server"
:
"abcdefghij123456"
,
"type"
:
"request"
,
"id"
:
4
,
"methods"
:
[
{
"method_id"
:
"remove-object"
,
"manager_id"
:
"dvcmgr"
,
"object_id"
:
"rtcdvc"
}
]
}
Пример ответа:
{
"server"
:
"abcdefghij123456"
,
"type"
:
"response"
,
"id"
:
4
,
"methods"
:
[
{
"method_id"
:
"remove-object"
,
"manager_id"
:
"dvcmgr"
,
"object_id"
:
"rtcdvc"
,
"result"
:
200
}
]
}
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.