Skip to content

Commit

Permalink
update API file
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft committed Feb 28, 2025
1 parent f4b5561 commit c48a81e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ export interface CallAdapter extends CommonCallAdapter {
// @public
export type CallAdapterCallEndedEvent = {
callId: string;
code?: number;
subCode?: number;
};

// @public @deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ export interface CallAdapter extends CommonCallAdapter {
// @public
export type CallAdapterCallEndedEvent = {
callId: string;
code?: number;
subCode?: number;
};

// @public @deprecated
Expand Down

0 comments on commit c48a81e

Please sign in to comment.