IOzPhoneCallRingWithEarlyMedia(CallType) Method |
Sends a provisional response with media description to the caller. When early media response is sent, the softphone can send media data to the other party while the phone is still ringing.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxbool RingWithEarlyMedia(
CallType callType
)
Function RingWithEarlyMedia (
callType As CallType
) As Boolean
bool RingWithEarlyMedia(
CallType callType
)
abstract RingWithEarlyMedia :
callType : CallType -> bool
Parameters
- callType CallType
-
Return Value
Boolean
Remarks
It has no effect on outgoing calls.
See Also