Skype Channel Properties Args
data class SkypeChannelPropertiesArgs(val callingWebHook: Output<String>? = null, val enableCalling: Output<Boolean>? = null, val enableGroups: Output<Boolean>? = null, val enableMediaCards: Output<Boolean>? = null, val enableMessaging: Output<Boolean>? = null, val enableScreenSharing: Output<Boolean>? = null, val enableVideo: Output<Boolean>? = null, val groupsMode: Output<String>? = null, val incomingCallRoute: Output<String>? = null, val isEnabled: Output<Boolean>) : ConvertibleToJava<SkypeChannelPropertiesArgs>
The parameters to provide for the Microsoft Teams channel.
Constructors
Link copied to clipboard
fun SkypeChannelPropertiesArgs(callingWebHook: Output<String>? = null, enableCalling: Output<Boolean>? = null, enableGroups: Output<Boolean>? = null, enableMediaCards: Output<Boolean>? = null, enableMessaging: Output<Boolean>? = null, enableScreenSharing: Output<Boolean>? = null, enableVideo: Output<Boolean>? = null, groupsMode: Output<String>? = null, incomingCallRoute: Output<String>? = null, isEnabled: Output<Boolean>)