libwebrtc icon indicating copy to clipboard operation
libwebrtc copied to clipboard

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).

Results 27 libwebrtc issues
Sort by recently updated
recently updated
newest added

Undeleted member variable "m_array" in destructor "Portable::vector",causing MediaSource::thumbnail return value has a memory leak problem So, is there something wrong with my usage, because the variable is created in a...

I use ubuntu:20.04, this is my compile steps: mkdir libwebrtc_build cd libwebrtc_build touch .gclient nano .gclient solutions = [ { "name" : 'src', "url" : 'https://github.com/webrtc-sdk/webrtc.git@m125_release', "deps_file" : 'DEPS', "managed"...

I try to build the peerconnect_client in webrtc using libwebrtc and get the following error when I build with MSVC: ` [build] C:\windows\system32\cmd.exe /C "cd . && "D:\Program Files\CMake\bin\cmake.exe" -E...