C# Class SIPSorcery.SIP.App.JingleUserAgent

Inheritance: ISIPClientUserAgent
Mostra file Open project: TilmannBach/sipsorcery-fork

Public Methods

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

Private Methods

Method Description
Answered ( SDP sdp ) : void
IsBound ( ) : void

Method Details

Call() public method

public Call ( SIPCallDescriptor sipCallDescriptor ) : void
sipCallDescriptor SIPCallDescriptor
return void

Cancel() public method

public Cancel ( ) : void
return void

JingleUserAgent() public method

public JingleUserAgent ( string owner, string adminMemberId, SIPMonitorLogDelegate logDelegate ) : System
owner string
adminMemberId string
logDelegate SIPMonitorLogDelegate
return System