Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatConnector vs. TeamsChatConnector #95

Open
rjgmail88 opened this issue Feb 26, 2018 · 2 comments
Open

ChatConnector vs. TeamsChatConnector #95

rjgmail88 opened this issue Feb 26, 2018 · 2 comments

Comments

@rjgmail88
Copy link

I am not able to decide if I can user builder.ChatConnector() instead teams.TeamsChatConnector() for my nodejs bot service. Can we use ChatConnector for a bot which can be used in MS teams or we can have TeamsChatConnector() for MS teams 1:1 bot & can be used for other channels like Cortana,skype etc. My BOT service currently has ChatConnector() and Cortana channel. We added MS teams channel & thinking if we can just user same bot for 1:1 without having to change ChatConnector & user npm "botbuilder-teams".

@RamjotSingh
Copy link
Member

TeamsChatConnector exposes additional functionality which is not exposed through ChatConnector. But unless you explicitly require this functionality you can work with ChatConnector alone.

@rjgmail88
Copy link
Author

@RamjotSingh, Thanks for response. Yes, I require functionality from TeamsConnector. Did you mean if I use TeamsChatConnector over ChatConnector I will be getting more feature and it will be ok with other chat channel like Cortana in app chat ?
I guess TeamsChatConnector extends ChatConnector ?

teamsChatConnector.fetchMembers(..//fetch members from teams by teamID.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants