C# Class SIPSorcery.SIP.App.JingleUserAgent

Inheritance: ISIPClientUserAgent
Afficher le fichier Open project: TilmannBach/sipsorcery-fork

Méthodes publiques

Méthode Description
Call ( SIPCallDescriptor sipCallDescriptor ) : void
Cancel ( ) : void
JingleUserAgent ( string owner, string adminMemberId, SIPMonitorLogDelegate logDelegate ) : System

Private Methods

Méthode Description
Answered ( SDP sdp ) : void
IsBound ( ) : void

Method Details

Call() public méthode

public Call ( SIPCallDescriptor sipCallDescriptor ) : void
sipCallDescriptor SIPCallDescriptor
Résultat void

Cancel() public méthode

public Cancel ( ) : void
Résultat void

JingleUserAgent() public méthode

public JingleUserAgent ( string owner, string adminMemberId, SIPMonitorLogDelegate logDelegate ) : System
owner string
adminMemberId string
logDelegate SIPMonitorLogDelegate
Résultat System