Interface VonageEvent

interface VonageEvent {
    conversationEvent: ((event) => void);
}

Hierarchy

  • CombinedEvents
    • VonageEvent

Properties

conversationEvent: ((event) => void)

Type declaration