ISessionContainerGetSessionsByCallID Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
SyntaxIEnumerable<ISession> GetSessionsByCallID(
string callId
)
Function GetSessionsByCallID (
callId As String
) As IEnumerable(Of ISession)
IEnumerable<ISession^>^ GetSessionsByCallID(
String^ callId
)
abstract GetSessionsByCallID :
callId : string -> IEnumerable<ISession> Parameters
- callId String
-
Return Value
IEnumerableISession
See Also