SkypeChannelProperties Class

The parameters to provide for the Microsoft Teams channel.

All required parameters must be populated in order to send to Azure.

Inheritance
SkypeChannelProperties

Constructor

SkypeChannelProperties(*, is_enabled: bool, enable_messaging: Optional[bool] = None, enable_media_cards: Optional[bool] = None, enable_video: Optional[bool] = None, enable_calling: Optional[bool] = None, enable_screen_sharing: Optional[bool] = None, enable_groups: Optional[bool] = None, groups_mode: Optional[str] = None, calling_web_hook: Optional[str] = None, **kwargs)

Parameters

enable_messaging
bool
Required

Enable messaging for Skype channel.

enable_media_cards
bool
Required

Enable media cards for Skype channel.

enable_video
bool
Required

Enable video for Skype channel.

enable_calling
bool
Required

Enable calling for Skype channel.

enable_screen_sharing
bool
Required

Enable screen sharing for Skype channel.

enable_groups
bool
Required

Enable groups for Skype channel.

groups_mode
str
Required

Group mode for Skype channel.

calling_web_hook
str
Required

Calling web hook for Skype channel.

is_enabled
bool
Required

Required. Whether this channel is enabled for the bot.