ISessionContainerGetSessionsByCallID Method |
Retrieves the active sessions of the specified call leg.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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
- Type: SystemString
The ID of the call leg.
Return Value
Type:
IEnumerableISessionThe list of sessions.
See Also