LocalCallRingWithEarlyMedia(CallType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.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 CallType
-
Return Value
BooleanImplements
IOzPhoneCallRingWithEarlyMedia(CallType)
See Also