kick_from_conf
- Inputs
{
"conf_id": "integer",
"user_id": "integer"
}
- Errors
{
"must_login": "user must be login",
"not_joined_yet": "The user is not a member of the conference"
}
- Extra Description
Kicks a user from the conference
- Sample
- Url:
- Output:
{
"connection_id": "con_TmIWn878C1",
"kicked_user": 1592887958661285,
"status": "success",
"time": 1546083762.6890123
}