RoutingProfileMediaConcurrency

data class RoutingProfileMediaConcurrency(val channel: RoutingProfileChannel, val concurrency: Int, val crossChannelBehavior: RoutingProfileCrossChannelBehavior? = null)

Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.

Constructors

Link copied to clipboard
fun RoutingProfileMediaConcurrency(channel: RoutingProfileChannel, concurrency: Int, crossChannelBehavior: RoutingProfileCrossChannelBehavior? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard