Relay.Calling.RecordAction
This object returned from recordAsync method that represents a recording currently active on a call.
Properties
Methods
stop
Stop the action immediately.
Parameters
None
Returns
Promise<StopResult> - Promise object that will be fulfilled with a Relay.Calling.StopResult object.
Examples
Start recording in stereo mode and stop it if
Agentis not available.