| IOzPhoneCallAnswer Method (CallType) | 
            Answers the incoming call with the specified media types.
            
 
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
 Syntax
Syntaxbool Answer(
	CallType callType
)
Function Answer ( 
	callType As CallType
) As Boolean
bool Answer(
	CallType callType
)
abstract Answer : 
        callType : CallType -> bool 
Parameters
- callType
- Type: Ozeki.VoIPCallType
 
Return Value
Type: 
Boolean Remarks
Remarks
            It has no effect on outgoing calls.
            
 See Also
See Also