Skip to content

Commit

Permalink
Fix public ICallConnectorSettings callbackUrl naming (#2440)
Browse files Browse the repository at this point in the history
Compare bots/CallConnector.ts:54
  • Loading branch information
ksjogo authored and Stevenic committed May 8, 2017
1 parent 28dc4ef commit 74c45e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Node/calling/src/botbuilder.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,8 @@ interface IBotStorage {

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

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

0 comments on commit 74c45e0

Please sign in to comment.