Class: Chat

Wildix.Chat()

new Chat()

A plugin that provides Chat functionality. Instance will be created each time when new Wildix.IntegrationService instance is created.
Plugin could be accessible thought IntegrationService with Chat property.

Extends

Methods

open(number) → {void}

Initiates a open chat to a specified extension.
Parameters:
Name Type Description
number string A number to open chat.
Returns:
Type
void
Example
WIService.Chat.open('101');