AbstractLocalCallRingWithEarlyMedia(CallType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic abstract bool RingWithEarlyMedia(
CallType callType
)
Public MustOverride Function RingWithEarlyMedia (
callType As CallType
) As Boolean
public:
virtual bool RingWithEarlyMedia(
CallType callType
) abstract
abstract RingWithEarlyMedia :
callType : CallType -> bool
Parameters
- callType CallType
-
Return Value
BooleanImplements
IOzPhoneCallRingWithEarlyMedia(CallType)
See Also