
Creates a new Recorder object with a given identifier.
To avoid issues with synchronizing the configuration parameter among
different Recorder objects, if an object with a given identifier already exists
(after it has been created by a different webview or in a different place in the code):
The method returns a Recorder object that represents the same recorder
instance.
All of the Recorder object's properties are synchronized with the other
instances representing the same recorder.
This method returns a promise object that can be in one of the following states:
Resolve - returns the Recorder object.
Reject - when the recorder cannot be created.
| Name | Description | Type | Use |
|---|---|---|---|
| identifier | The requested identifier for the Recorder object. The identifier must be
unique. |
string |
required |