The interface for the MediaChat class.

C# | Visual Basic | Visual C++ |
public interface IMediaChat : IMediaMultimedia, IMedia, INotifyPropertyChanged
Public Interface IMediaChat _ Implements IMediaMultimedia, IMedia, INotifyPropertyChanged
public interface class IMediaChat : IMediaMultimedia, IMedia, INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | AfterCallWorkEvent(Object) |
Occurs when an agent status is set to AfterCallWork.
(Inherited from IMedia.) |
![]() | Attemps |
Gets or sets the number of attemps. Used for high availability at the first connection.
(Inherited from IMedia.) |
![]() | Channel |
Gets or sets the channel.
(Inherited from IMedia.) |
![]() | Clone()()() |
Clones this instance.
(Inherited from IMedia.) |
![]() | ConnectedEvent |
Gets the connected event. Used for high availability at the first connection.
(Inherited from IMedia.) |
![]() | Device |
Gets or sets the device.
(Inherited from IMedia.) |
![]() | DeviceService |
Gets or sets the device service.
(Inherited from IMedia.) |
![]() | DndOff()()() |
Turns the DND (Do Not Disturb) off.
(Inherited from IMedia.) |
![]() | DndOffEvent(Object) |
Occurs when the Do Not Disturb (DND) is turned off.
(Inherited from IMedia.) |
![]() | DndOn()()() |
Turns the DND (Do Not Disturb) on.
(Inherited from IMedia.) |
![]() | DndOnEvent(Object) |
Occurs when the Do Not Disturb (DND) is turned on.
(Inherited from IMedia.) |
![]() | FakeActionCodeName |
Gets or sets the fake action code name.
(Inherited from IMedia.) |
![]() | IdentityService |
Gets or sets the identity service.
(Inherited from IMedia.) |
![]() | InteractionService |
Gets or sets the interaction service.
(Inherited from IMedia.) |
![]() | IsAvailbleMedia |
Gets or sets a value indicating whether this media is available.
(Inherited from IMedia.) |
![]() | IsItCapableAfterCallWork |
Gets a value indicating whether this instance is capable of after call work.
(Inherited from IMedia.) |
![]() | IsItCapableDnd |
Gets a value indicating whether this instance is capable of Do Not Disturb (DND) status.
(Inherited from IMedia.) |
![]() | IsItCapableForward |
Gets a value indicating whether this instance is capable of forwarding.
(Inherited from IMedia.) |
![]() | IsItPossibleAfterCallWork |
Gets a value indicating whether it is possible to have an after call work status.
(Inherited from IMedia.) |
![]() | IsItPossibleCancelForward |
Gets a value indicating whether it is possible to cancel forwarding.
(Inherited from IMedia.) |
![]() | IsItPossibleDndOff |
Gets a value indicating whether it is possible to have Do Not Disturb (DND) off.
(Inherited from IMedia.) |
![]() | IsItPossibleDndOn |
Gets a value indicating whether it is possible to have Do Not Disturb (DND) on.
(Inherited from IMedia.) |
![]() | IsItPossibleSetForward |
Gets a value indicating whether it is possible to set forwarding.
(Inherited from IMedia.) |
![]() | IsItSelfBackupServer |
Gets or sets a value indicating whether this instance is it self backup server.
(Inherited from IMedia.) |
![]() | IsLogOff |
Gets a value indicating whether this instance is logged off.
(Inherited from IMedia.) |
![]() | IsOutOfService |
Gets a value indicating whether this instance is out of service.
(Inherited from IMedia.) |
![]() | IsSelectable |
Gets a value indicating whether this instance is selectable.
(Inherited from IMedia.) |
![]() | IsSelected |
Gets or sets a value indicating whether this instance is selected.
(Inherited from IMedia.) |
![]() | LogOff()()() |
Logs off the media.
(Inherited from IMedia.) |
![]() | LogOn()()() |
Logs on the media.
(Inherited from IMedia.) |
![]() | LogSet |
Gets a log set.
(Inherited from IMedia.) |
![]() | LongName |
Gets or sets the long name.
(Inherited from IMedia.) |
![]() | MediaState |
Gets or sets the state of the media.
(Inherited from IMedia.) |
![]() | Name |
Gets or sets the name.
(Inherited from IMedia.) |
![]() | NotReady()()() |
Sets the media to NotReady.
(Inherited from IMedia.) |
![]() | NotReady(String) |
Sets the media to NotReady with Action Code.
(Inherited from IMedia.) |
![]() | NotReadyAfterCallWork()()() |
Sets the media to NotReadyAfterCallWork.
(Inherited from IMedia.) |
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | PSTService |
Gets or sets the PST service.
(Inherited from IMedia.) |
![]() | Ready()()() |
Sets the media to Ready.
(Inherited from IMedia.) |