We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 426d3b9 commit 169f804Copy full SHA for 169f804
src/models/call-event.model.ts
@@ -31,9 +31,9 @@ export interface CallEvent {
31
participants: CallParticipant[];
32
note: string;
33
state: CallState;
34
+ outcome?: string;
35
}
36
37
export interface CallEventWithIntegrationEntities extends CallEvent {
38
integrationEntities: (IntegrationEntity | LoggedIntegrationEntity)[];
- outcome?: string;
39
0 commit comments