Skip to main content

32 docs tagged with "Publish"

View All Tags

Accept

This event is used to accept an incoming call.

Coach disconnect

During the coaching call, the coach may be disconnected if the coachee's ongoing call ends for any reason.

Coach hang up

During the coaching call, the coach participant can hang up and leave the call at any time.

Coach mute

At the start of a coaching call, the coach is muted by default.

Delete Wrap-up time

Aircall offers a feature that enables users to set a wrap-up time after calls, allowing them to become unavailable for a pre-defined period of time to qualify the call.

Destroy

When you are done using the bus layer, you can send this event to destroy the bus layer and release all the resources.

Dial

This event is used when user tries to call either an external number or a teammate.

Fetch Availabilities

One of the most important feature of the dialer is the ability to know if a teammate/agent is available or not. This event is used to fetch the availabilities of all the users within the company.

Fetch tags

This event is used to get the list of your company tags.

Fetch User Availability

This event allows you to fetch the availability of a given user using their userId. This event provides the current availability status of the user.

Hang up

This event is used to hang up an ongoing call.

Hold

This event is used to hold a participant during a call.

Hold participant

During a conference call, internal agents can place a participant on hold during the conference call.

Init

After Registering Bus, you may want to enable a set of services that you are interested in.

Invite participant

During a conference call, internal agents can invite a participant to join the conference call using the following event:

Kick participant

During a conference call, internal agents can kick a participant from the conference call using the following event:

Mute

This event is used to mute yourself during a call.

Register

Before using the bus layer, you must send this event to be able to establish a secure communication tunnel between your app and bus.

Reject

This event is used to reject an incoming call.

Reset

This event is used to reset the internal state of the dialer which allows you to go back to the initial state and unsubscribe from any realtime changes that occurs on the last successful call.

Set tags

This event is used to set tags during a call.

Start coaching call

In the idle state, an admin agent can start coaching an ongoing regular call, warm-transfer call or concurrent call by using the following event:

Start conference call

This event is used to start a conference call by inviting a participant to an ongoing regular call.

Swap participants

This event is used to swap on hold participant within a warm transfer or a concurrent call.

Update Call Tags

This event serves the purpose of tagging a specific call, using its callUuid. The tagIds is a new list of tags assigned to the specified callUuid. It's important to note that sending an empty array will overwrite the existing list of tags.