IOzPhoneCallRingWithEarlyMedia Method (CallType) |
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: 1.8.12.0 (1.8.12)
Syntax bool RingWithEarlyMedia(
CallType callType
)
Function RingWithEarlyMedia (
callType As CallType
) As Boolean
bool RingWithEarlyMedia(
CallType callType
)
abstract RingWithEarlyMedia :
callType : CallType -> bool
Parameters
- callType
- Type: Ozeki.VoIPCallType
Return Value
Type:
BooleanRemarks
It has no effect on outgoing calls.
See Also