Latest stories

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:
https://api.pantel.me/f/kick_from_conf?conf_id=1596269241288532&user_id=1579951154796510
  • Output:
                                {
    "connection_id": "con_TmIWn878C1",
    "kicked_user": 1592887958661285,
    "status": "success",
    "time": 1546083762.6890123
}