SipRecClient 0.0.1
dotnet add package SipRecClient --version 0.0.1
NuGet\Install-Package SipRecClient -Version 0.0.1
<PackageReference Include="SipRecClient" Version="0.0.1" />
<PackageVersion Include="SipRecClient" Version="0.0.1" />
<PackageReference Include="SipRecClient" />
paket add SipRecClient --version 0.0.1
#r "nuget: SipRecClient, 0.0.1"
#:package SipRecClient@0.0.1
#addin nuget:?package=SipRecClient&version=0.0.1
#tool nuget:?package=SipRecClient&version=0.0.1
Introduction
The SipRecClient class library is a .NET DLL that Next Generation 9-1-1 (NG9-1-1) applications can use to record multimedia NG9-1-1 calls. Applications that use the SipLib and the Ng911Lib class libraries can use this class library. The following block diagram shows the relationship between the SipRecClient class library, the NG9-1-1 application, SIP Recording Server(s) (SRS) and NG9-1-1 Log Event Servers.
Applications that anchor the media of NG9-1-1 multimedia calls can use this class library. This class library supports audio, video, Real Time Text (RTT) and Message Session Relay Protocol (MSRP) text media.
Documentation
The documentation pages project for this project is called SipRecClient. The documentation web site includes class documentation and articles that explain usage of the classes in this library.
External Dependancies
NuGet Package | GitHub Project | GitHub Document Pages | Description |
---|---|---|---|
SipLib | SipLib | SipLibDocumentation | .NET Session Initiation Protocol (SIP) protocol class library for SIP and protocol extentions for Next Generation 9-1-1 (NG9-1-1) applications |
Ng911Lib | Ng911Lib | Ng911LibDocumentation | .NET NG9-1-1 class library that provides C# classes for all of the XML and JSON schemas used by NG9-1-1 applications |
Installation
This class library is available on NuGet.
To install it from the .NET CLI type:
dotnet add package SipRecClient --version 0.0.1
To install using the NuGET Package Manager Command window type:
NuGet\Install-Package SipRecClient -Version 0.0.1
Or, you can install it from the Visual Studio GUI.
- Right click on the project
- Select Manage NuGet Packages
- Search for SipRecClient
- Click on Install
Project Structure
Class Library Directory
This directory contains the source code and the Visual Studio 2022 solution and project files.
Documentation Directory
This directory contains the DOCFX configuration files, documentation markdown source files and other files required to generate the on-line documentation web pages.
docs Directory
The docs directory contains HTML and other generated files generated by DOCFX.
Documents Directory
This directory contains supporting documents.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- Ng911CadIfLib (>= 1.1.1)
- SipLib (>= 0.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.0.1 | 112 | 3/14/2025 |
Initial version