ISessionContainerGetOtherCall Method |
Gets the other party the specified call talking to.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxIBaseCall GetOtherCall(
IBaseCall call
)
Function GetOtherCall (
call As IBaseCall
) As IBaseCall
IBaseCall^ GetOtherCall(
IBaseCall^ call
)
abstract GetOtherCall :
call : IBaseCall -> IBaseCall
Parameters
- call IBaseCall
Return Value
IBaseCall
See Also