webrtc-native-examples
webrtc-native-examples copied to clipboard
examples that demonstrate how to use webrtc native code
在Windows下使用改写的命令编译src\data-channel: `clang++ main.cpp libwebrtc.a -I ../../third_party/webrtc/ -I ../../third_party/webrtc/third_party/abseil-cpp/ -DWEBRTC_POSIX -lpthread -ldl` 报错: ``` In file included from main.cpp:8: In file included from ../../third_party/webrtc\api/create_peerconnection_factory.h:19: In file included from ../../third_party/webrtc\api/peer_connection_interface.h:82: In file...
基于您的src/data-channel/main.cpp,修改过时接口调用并增加输出后运行结果如下: ``` PS E:\projects\WebRTC\src> .\out\Debug\Windows-x64\data_channel_demo.exe A creating offer... A created SDP A set local description and send to peer B received peer SDP B create answer B created SDP B...
Can i ask for how to record audio call to a file ? Api or some guidline. I'm working on your example and thanks for support.
Can you update the video with the GUI. I understand correctly about your example. This is very intresting but idk how to render it to GUI. Can you do that...
1. add CMakeLists.txt for the project 2. correct the spelling error for 'src/audio-channel'