
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
webrtc-call
Advanced tools
[](https://www.webcomponents.org/element/owner/my-element)
Functional custom element
custom element to make a call with another peer using peer ID with the functionality in the section methods The Peer ID is generated through the Skyway SDK by using Skyway signaling server See Deatils.
It's important to have peerAPIkey from Skyway to get the functionality of the signaling server To get the peerAPIkey from Skyway see deatils here (https://webrtc.ecl.ntt.com/en/skyway/function.html) After that you can pass the peerAPIkey to the element as a property Note !! you have to set up the domain of your website by creating peerAPIkey
npm install
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script type="module" crossorigin src="./assets/index.562563e6.js"></script>
</head>
<body>
<webrtc-peercall></webrtc-peercall>
</body>
</html>
name | type |
---|---|
peerapikey | String |
videowidth | [String, Number] |
videoheight | [String, Number] |
peer_id | String |
remote_id | String |
name | description |
---|---|
startStreaming | start video streaming |
joinCall | To make a video call with your call partner |
leaveCall | To End the call |
screenShot | To take a selfie |
screenShotDelete | to delete the selfie |
doMute | A toggel button to mute the sound |
unMute | A toggel button to mute the sound |
hideCam | A toggel button to hide the video cam |
showCam | A toggel button to show the video cam |
<custom-element-demo>
<template>
<script type="module" crossorigin src="./dist/assets/index.562563e6.js"></script>
<link rel="import" href="./index.html">
<webrtc-peercall></webrtc-peercall>
</template>
</custom-element-demo>
<webrtc-peercall></webrtc-peercall>
MIT
Author: @HussienMN on GitHub .
FAQs
[](https://www.webcomponents.org/element/owner/my-element)
The npm package webrtc-call receives a total of 2 weekly downloads. As such, webrtc-call popularity was classified as not popular.
We found that webrtc-call demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.