
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
ngx-webrtc-lib
Advanced tools
Angular microapp/library for video conference using agora-rtc-sdk and ngx-agora.
Angular microapp/library for Agora WebRTC client from Agora.io using agora-rtc-sdk and ngx-agora.
This library was generated with Angular CLI version 12.2.0.
Install ngx-web-rtc-lib
from npm
:
npm install ngx-webrtc-lib --save
Add wanted package to NgModule imports:
import { WebRtcModule } from 'ngx-webrtc-lib';
@NgModule({
...
imports: [
WebRtcModule.forRoot({
AppID: 'agora AppID',
}),
]
...
})
You can get started with Agora by following this guide and retrieve the Appid.
Add component to your page:
<ngx-webrtc
[channel]="channel"
[debug]="true"
[uid]="uid"
(callEnd)="onCallEnd()"
></ngx-webrtc>
git clone https://github.com/TarasMoskovych/ngx-webrtc.git
cd ngx-webrtc
npm ci
npm start
To use this library, please follow the versioning specified in the following table.
Angular Version | ngx-webrtc-lib Version |
---|---|
12.x | 1.x |
Name | Description |
---|---|
@Input() uid: string | User identifier. |
@Input() channel: string | Channel identifier. |
@Input() debug: boolean | Enable debugging. Default value false |
@Output() callEnd: EventEmitter | Event that is emitted when the call is ended. |
FAQs
Angular microapp/library for video conference using agora-rtc-sdk-ng.
The npm package ngx-webrtc-lib receives a total of 7 weekly downloads. As such, ngx-webrtc-lib popularity was classified as not popular.
We found that ngx-webrtc-lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.