Relay.Calling.ReferResult
This object returned from refer
method that represents the final result of a SIP REFER
.
Properties
Property | Type | Description |
---|---|---|
successful | boolean | Whether the recording has completed successfully |
event | Relay.Event | Last event that completed the operation |
referTo | string | The SIP URI the call is transferred to |
referResponseCode | string | SIP response to the REFER request |
referNotifyCode | string | SIP response to the NOTIFY received after the REFER |