Click or drag to resize
P2PSessionImpl Class
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class P2PSessionImpl : SessionAbstract

The P2PSessionImpl type exposes the following members.

Constructors
  NameDescription
Public methodP2PSessionImpl
Initializes a new instance of the P2PSessionImpl class
Top
Methods
  NameDescription
Public methodAcceptTransfer (Overrides SessionAbstractAcceptTransfer.)
Public methodClose (Overrides SessionAbstractClose.)
Public methodCloseWithHangUp (Overrides SessionAbstractCloseWithHangUp.)
Public methodConnectAudioReceiver (Overrides SessionAbstractConnectAudioReceiver(CallParty, IAudioReceiver).)
Public methodConnectAudioSender (Overrides SessionAbstractConnectAudioSender(CallParty, IAudioSender).)
Public methodConnectVideoReceiver (Overrides SessionAbstractConnectVideoReceiver(CallParty, IVideoReceiver).)
Public methodDisconnectAudioReceiver (Overrides SessionAbstractDisconnectAudioReceiver(CallParty, IAudioReceiver).)
Public methodDisconnectAudioSender (Overrides SessionAbstractDisconnectAudioSender(CallParty, IAudioSender).)
Public methodDisconnectVideoReceiver (Overrides SessionAbstractDisconnectVideoReceiver(CallParty, IVideoReceiver).)
Public methodForceTransfer (Overrides SessionAbstractForceTransfer(Transfer).)
Protected methodGetRealAttendedTransferTarget
Az ISIPCall-bol a masik session-ben levo masik ISIPCall jon fel. Elo kell keresni, hogy a masik session-ben ki az igazi target.
(Inherited from SessionAbstract.)
Public methodHold (Overrides SessionAbstractHold.)
Public methodNotifyTransferState (Overrides SessionAbstractNotifyTransferState(TransferState).)
Public methodOnAttendedTransferRequested
Egy ISIPCall kuldott attended transfer requestet. A request queue-ba kerul.
(Inherited from SessionAbstract.)
Public methodOnBlindTransferRequested
Egy ISIPCall kuldott blind transfer requestet. A request queue-ba kerul.
(Inherited from SessionAbstract.)
Public methodOnMessageSent (Inherited from SessionAbstract.)
Public methodOnRedirected
A Callee-tol jott egy 3xx redirection response csorges kozben.
(Inherited from SessionAbstract.)
Public methodOnReInviteRequested (Overrides SessionAbstractOnReInviteRequested(CallParty, ISessionCall, InviteArgs, Boolean).)
Public methodRejectTransfer (Overrides SessionAbstractRejectTransfer.)
Public methodSendPBXReInvite (Overrides SessionAbstractSendPBXReInvite(CallParty).)
Public methodSendReInvite (Overrides SessionAbstractSendReInvite(CallParty, ISessionCall, InviteArgs).)
Public methodSetSessionState (Overrides SessionAbstractSetSessionState(SessionState, Int32, String).)
Public methodSetSubSessionState (Inherited from SessionAbstract.)
Public methodStart (Overrides SessionAbstractStart.)
Public methodSubscribeToEvents (Overrides SessionAbstractSubscribeToEvents.)
Public methodThirdPartyAttendedTransfer
Kivulrol a session-on hivjak meg az attended transfert. A request queue-ba kerul.
(Inherited from SessionAbstract.)
Public methodThirdPartyBlindTransfer
Kivulrol a session-on hivjak meg a blind transfert. A request queue-ba kerul.
(Inherited from SessionAbstract.)
Public methodThirdPartyRedirection (Overrides SessionAbstractThirdPartyRedirection(RedirectionInfo).)
Protected methodThirdPartyTransfer (Inherited from SessionAbstract.)
Protected methodTransferIsInProgress (Inherited from SessionAbstract.)
Public methodUnhold (Overrides SessionAbstractUnhold.)
Public methodUnsubscribeFromEvents (Overrides SessionAbstractUnsubscribeFromEvents.)
Public methodUpdateSessionState (Overrides SessionAbstractUpdateSessionState(SessionState).)
Top
Properties
  NameDescription
Protected propertyAttendedSession (Inherited from SessionAbstract.)
Public propertyCallee (Inherited from SessionAbstract.)
Public propertyCalleeMediaInfo (Inherited from SessionAbstract.)
Public propertyCaller (Inherited from SessionAbstract.)
Public propertyCallerMediaInfo (Inherited from SessionAbstract.)
Protected propertyLogger (Inherited from SessionAbstract.)
Protected propertyMainSessionVariables (Inherited from SessionAbstract.)
Public propertyRedirectionInfo (Inherited from SessionAbstract.)
Protected propertySessionContainer (Inherited from SessionAbstract.)
Public propertySessionCreationMode (Inherited from SessionAbstract.)
Public propertySessionID (Inherited from SessionAbstract.)
Public propertySessionState (Inherited from SessionAbstract.)
Public propertySessionType (Inherited from SessionAbstract.)
Protected propertySync (Inherited from SessionAbstract.)
Public propertyTransfer (Inherited from SessionAbstract.)
Protected propertyUpperSession (Inherited from SessionAbstract.)
Top
Events
  NameDescription
Public eventSessionStateChanged (Inherited from SessionAbstract.)
Top
See Also