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-channel-manager
Удаление менеджера из сервера. Менеджер может быть удален только если в нем остуствуют активные каналы.
Тело запроса:
Имя
Тип
Описание
Примечание
method_id
enum
remove-channel-manager
manager_id
string
идентификатор менеджера
допустимые символы: ‘a-z’,’A-Z’, ‘0-9’, ‘_’,’-’, ‘{’, ‘}’
There are no rows in this table
Тело ответа:
Имя
Тип
Описание
Примечание
method_id
enum
remove-channel-manager
manager_id
string
идентификатор менеджера
из запроса
result
numeric
200 - менеджер удален, 460 - удаление невозможно, каналы менеджера используютсяdevice 404 - менеджер с таким id отсутсвует 400 - ошибка в запросе
There are no rows in this table
Пример запроса:
{
"server"
:
"abcdefghij123456"
,
"type"
:
"request"
,
"id"
:
123
,
"methods"
:
[
{
"method_id"
:
"remove-device-manager"
,
"manager_id"
:
"chnl_mgr"
}
]
}
Пример ответа:
{
"server"
:
"abcdefghij123456"
,
"type"
:
"response"
,
"id"
:
123
,
"result"
:
207
,
"methods"
:
[
{
"method_id"
:
"remove-device-manager"
,
"manager_id"
:
"chnl_mgr"
,
"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.