Logger
Methods
hideTones
hideTones(flag: boolean
): void
Disables DTMF logging when set to true.
Parameters
flag:
boolean
False by default
Returns
type:
void
write
write(message: string
): void
Writes a specified message to the session logger. Logs are stored in the call history.
Parameters
message:
string
Message to write. Maximum length is 1000 characters
Returns
type:
void