Enum CallEditCommand.ActionType
Defines the actions that can be performed on an in-progress call.
public enum CallEditCommand.ActionType
Fields
[EnumMember(Value = "earmuff")] earmuff = 4Prevents this call leg's participant from hearing other parts of the conversation.
[EnumMember(Value = "hangup")] hangup = 1Terminates this call leg.
[EnumMember(Value = "mute")] mute = 2Mutes this call leg so the participant cannot be heard by others.
[EnumMember(Value = "transfer")] transfer = 6Transfers this call leg to a new NCCO specified by the Destination property.
[EnumMember(Value = "unearmuff")] unearmuff = 5Removes the earmuff effect, allowing the participant to hear the conversation again.
[EnumMember(Value = "unmute")] unmute = 3Unmutes this call leg, restoring the participant's audio to others.