Relay.Calling.TapAction
This object returned from tapAsync method that represents the running media tapping 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 tapping using RTP and stop it after 5 seconds.