Skip to content

Commit 74c45e0

Browse files
ksjogoStevenic
authored andcommitted
Fix public ICallConnectorSettings callbackUrl naming (#2440)
Compare bots/CallConnector.ts:54
1 parent 28dc4ef commit 74c45e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Node/calling/src/botbuilder.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -829,8 +829,8 @@ interface IBotStorage {
829829

830830
/** Options used to initialize a ChatConnector instance. */
831831
interface ICallConnectorSettings {
832-
/** The URI that should be used to receive workflow callbacks. This should typically be the endpoint calling entered into the developer portal. */
833-
callbackUri: string;
832+
/** The URL that should be used to receive workflow callbacks. This should typically be the endpoint calling entered into the developer portal. */
833+
callbackUrl: string;
834834

835835
/** The bots App ID assigned in the Bot Framework portal. */
836836
appId?: string;

0 commit comments

Comments
 (0)