Click or drag to resize

ISIPInviteReceiver Interface


Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface ISIPInviteReceiver : IInviteReceiver, 
	ISIPReceiver<InviteArgs, InviteResponseArgs>

The ISIPInviteReceiver type exposes the following members.

Methods
 NameDescription
Public methodOnInviteReceived Erkezett egy re-INVITE, amiben az osszes lenyeges SIP header benne van.
Public methodOnRequestReceived Request received from the remote party.
(Inherited from ISIPReceiverReq, Resp)
Public methodOnResponseReceived Occurs when response received to a sent request.
(Inherited from ISIPReceiverReq, Resp)
Top
See Also