Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 361 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 361 Bytes

jitsi-meet-signalling

A work-in-progress implementation of Jitsi Meet's signalling protocol in Rust.

This code was extracted from gst-meet, which will eventually be modified to use this library.

This library only performs signalling, and provides an Agent trait for the specific WebRTC implementation to implement.