This class represent SIP UA call.

C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("Use SIP stack instead.")] public class SIP_UA_Call : IDisposable
<ObsoleteAttribute("Use SIP stack instead.")> Public Class SIP_UA_Call Implements IDisposable
[ObsoleteAttribute(L"Use SIP stack instead.")] public ref class SIP_UA_Call : IDisposable
[<ObsoleteAttribute("Use SIP stack instead.")>] type SIP_UA_Call = class interface IDisposable end

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Accept(SDP_Message) |
Accepts call.
|
![]() | Dispose()()()() |
Cleans up any resource being used.
|
![]() | Duration |
Gets call duration in seconds.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsDisposed |
Gets if this object is disposed.
|
![]() | IsOnhold |
Gets if call is on hold.
|
![]() | IsRedirected |
Gets if call has been redirected by remote party.
|
![]() | LocalSDP |
Gets local SDP.
|
![]() | LocalUri |
Gets call local party URI.
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Redirect(array<SIP_t_ContactParam>[]()[][]) |
Redirects incoming call to speified contact(s).
|
![]() | Reject(String) |
Rejects incoming call.
|
![]() | RemoteSDP |
Gets remote SDP.
|
![]() | RemoteUri |
Gets call remote party URI.
|
![]() | SendRinging(SDP_Message) |
Sends ringing to remote party.
|
![]() | Start()()()() |
Starts calling.
|
![]() | StartTime |
Gets call start time.
|
![]() | State |
Gets current call state.
|
![]() | StateChanged |
Is raised when call state has changed.
|
![]() | Tag |
Gets user data items collection.
|
![]() | Terminate()()()() |
Starts terminating call. To get when call actually terminates, monitor StateChanged event.
|
![]() | ToggleOnHold()()()() |
Toggles call on hold.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Transfer()()()() |
Transfer call to specified URI.
|

Object | |
![]() | SIP_UA_Call |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119