webrtc-sdk / libwebrtc

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
MIT License
416 stars 84 forks source link

Libwebrtc sample files #91

Open maurosimoes78 opened 1 year ago

maurosimoes78 commented 1 year ago

Hi, I've been struggling with libwebrtc for a while trying to create a caller without any local media streams attached to it. Just to put in another words, I'm trying to call someone in my local network and receive just audio/video without sending anything to the callee. In order to speed up the peer connection implementation (as well as receiving/sending descriptors) I tried to find some sample code but I realized the existing sample file is empty. Is there another place where I can find it? Thanks!

LSKhappychild commented 2 weeks ago

Same question. Is there any future plan for uploading example usage?