LocalCallWrapperRingWithEarlyMedia Method (CallType) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic override bool RingWithEarlyMedia(
CallType callType
)
Public Overrides Function RingWithEarlyMedia (
callType As CallType
) As Boolean
public:
virtual bool RingWithEarlyMedia(
CallType callType
) override
abstract RingWithEarlyMedia :
callType : CallType -> bool
override RingWithEarlyMedia :
callType : CallType -> bool
Parameters
- callType
- Type: Ozeki.VoIPCallType
Return Value
Type:
BooleanImplements
IOzPhoneCallRingWithEarlyMedia(CallType)
See Also