Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
edolix committed Dec 23, 2022
1 parent 8f90f6f commit 76aab41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/types/voiceCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ export interface VoiceCallContract<T = any> {
to: string
direction: CallingCallDirection
headers?: SipHeader[]
active: boolean
connected: boolean

dial(params: VoiceDialerParams): Promise<T>
hangup(reason?: VoiceCallDisconnectReason): Promise<void>
Expand Down

0 comments on commit 76aab41

Please sign in to comment.