Bot Framework API: Skype and Skype for Business channel Id

I'm developing the web hook for a bot that has to support Skype and Skype for Business channels. Does anyone know what is the channel id of a Skype for Business activity? I need to distinguish between Skype and Skype for Business activities.

Is there a list of all currently supported channel ids?

Thank you.

Upvotes: 0

Views: 362

Answers (1)

Ezequiel Jadib
Ezequiel Jadib

Reputation: 14787

The channel id for Skype for Business is skypeforbusiness per the example of the documentation.

Others channel ids can be found in the ChannelIds class.

Upvotes: 0

Related Questions