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