declare enum ParticipantState { CALLED = "CALLED", ACCEPTED = "ACCEPTED", REJECTED = "REJECTED", HUNGUP = "HUNGUP" } export default ParticipantState;