Keeper PAM WebRTC RS is a Python library providing a high-performance WebRTC-based secure tunneling API (Tube API) for Keeper PAM. It offers enterprise-grade security and reliability for remote access. Current version 2.1.17, with regular releases on PyPI.
pip install keeper-pam-webrtc-rsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a WebRTC Tube, connects to a remote peer, sends a message, and receives a response.
Use: from keeper_pam_webrtc_rs import ...
Use async/await pattern. For synchronous contexts, use asyncio.run().
Use 'stun_servers' and 'turn_servers' instead of 'ice_servers'.
No dependency data recorded yet.