AbstractLocalCallRingWithEarlyMedia Method (CallType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.VoIPCallType
Return Value
Type:
BooleanImplements
IOzPhoneCallRingWithEarlyMedia(CallType)See Also