MediaConcurrency class
Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
Constructors
- MediaConcurrency({required Channel channel, required int concurrency})
-
MediaConcurrency.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channel → Channel
-
The channels that agents can handle in the Contact Control Panel (CCP).
final
- concurrency → int
-
The number of contacts an agent can have on a channel simultaneously.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited