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
)
Function GetCall (
sid As String
) As CallInfo
Parameters
- sid
- Type: SystemString
The unique identifier for the call.
Return Value
Type:
CallInfoThe call info.
See Also