Feedback

  • Contents
 

ChatObject.pause Method

Definition

This method pauses recording of the current chat. This method performs a toggling action. To resume recording, call the method again. To stop recording, use ChatObject.record.

Syntax

ChatObject.pause();

Prototype

ChatObject.pause()

Input Parameters

None.

Return Values

None.