Open
Description
The feasibility of replacing google libwebrtc with webrtc-rs,
We need to port several key modules of libwebrtc, NetEQ, audio 3A(AEC, AGC, NS), audio/video codec, and other parts that can be replaced by the rust library.
rust has a good audio and video library,
audio: cpal
camera: eye-rs
screen capture: scrap
We will get a webrtc full-platform stack with less code, memory safety, and embedded friendly.