Click or drag to resize

ITwilioVoiceGetCall Method

Returns a call info object about a call.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
CallInfo GetCall(
	string sid
)

Parameters

sid
Type: SystemString
The unique identifier for the call.

Return Value

Type: CallInfo
The call info.
See Also