SkypeChannelPropertiesResponse

data class SkypeChannelPropertiesResponse(val callingWebHook: String? = null, val enableCalling: Boolean? = null, val enableGroups: Boolean? = null, val enableMediaCards: Boolean? = null, val enableMessaging: Boolean? = null, val enableScreenSharing: Boolean? = null, val enableVideo: Boolean? = null, val groupsMode: String? = null, val incomingCallRoute: String? = null, val isEnabled: Boolean)

The parameters to provide for the Microsoft Teams channel.

Constructors

Link copied to clipboard
constructor(callingWebHook: String? = null, enableCalling: Boolean? = null, enableGroups: Boolean? = null, enableMediaCards: Boolean? = null, enableMessaging: Boolean? = null, enableScreenSharing: Boolean? = null, enableVideo: Boolean? = null, groupsMode: String? = null, incomingCallRoute: String? = null, isEnabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val callingWebHook: String? = null

Calling web hook for Skype channel

Link copied to clipboard
val enableCalling: Boolean? = null

Enable calling for Skype channel

Link copied to clipboard
val enableGroups: Boolean? = null

Enable groups for Skype channel

Link copied to clipboard

Enable media cards for Skype channel

Link copied to clipboard

Enable messaging for Skype channel

Link copied to clipboard

Enable screen sharing for Skype channel

Link copied to clipboard
val enableVideo: Boolean? = null

Enable video for Skype channel

Link copied to clipboard
val groupsMode: String? = null

Group mode for Skype channel

Link copied to clipboard

Incoming call route for Skype channel

Link copied to clipboard

Whether this channel is enabled for the bot