Table of Contents

Enum CallEditCommand.ActionType

Namespace
Vonage.Voice
Assembly
Vonage.dll

Defines the actions that can be performed on an in-progress call.

public enum CallEditCommand.ActionType

Fields

[EnumMember(Value = "earmuff")] earmuff = 4

Prevents this call leg's participant from hearing other parts of the conversation.

[EnumMember(Value = "hangup")] hangup = 1

Terminates this call leg.

[EnumMember(Value = "mute")] mute = 2

Mutes this call leg so the participant cannot be heard by others.

[EnumMember(Value = "transfer")] transfer = 6

Transfers this call leg to a new NCCO specified by the Destination property.

[EnumMember(Value = "unearmuff")] unearmuff = 5

Removes the earmuff effect, allowing the participant to hear the conversation again.

[EnumMember(Value = "unmute")] unmute = 3

Unmutes this call leg, restoring the participant's audio to others.