Drop Participant
    • Dark
      Light

    Drop Participant

    • Dark
      Light

    Article summary

    Overview

    This API allows an Agent or Supervisor to make a request to drop other participants from a Conference, based on the permission set by the Administrator.

    Pre-requisite

    This API is only available for supervisors; the agent must be on an active call.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    Cisco

    topic

    Team

    subtopic

    SetDropParticipant

    source

    «app-name-broadcasting-this-message»

    data

    «JSON Object»

    Data Parameters

    Parameter

    Data Type

    Description

    Sample Value

    CallID

    String

    The caller ID of the user/customer.

    167786021

    Address

    String

    The extension to drop from the conference call.

    5069

    UserName

    String

    The agent ID.

    102312778

    Sample Request

    {  
        "channel": "Cisco",
        "topic": "Team",
        "subtopic": "SetDropParticipant",
        "data": 
        {        
         "CallID": "16786021",
        "Address": "5069",
        "UserName": "102312778"    
        }
    }

    Sample Response

    No sample response


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.