Skip to content

Commit 6c9a5a3

Browse files
authored
Send usesCallingWindow to react app (#265)
1 parent 64ac910 commit 6c9a5a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demos/demo-react-ts/src/hooks/useCti.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ export const useCti = (setDialNumber: (phoneNumber: string) => void) => {
347347
height: 650,
348348
},
349349
iframeLocation: data.iframeLocation,
350+
usesCallingWindow: data.usesCallingWindow,
350351
} as OnInitialized);
351352
},
352353
onDialNumber: (data: any, _rawEvent: any) => {

0 commit comments

Comments
 (0)