清秀康乃馨

文章
3
资源
0
加入时间
2年10月24天

webrtc c++ (四)peerConnection creatrOffer分析

基于通过webrtc自带的peerConnectionClient例子来分析,首先连接服务器,当有其他客户端上线后会接收到通知,界面增加对方主机的名称,双击后再主界面消息响应层会进入ConnectToPeer函数//peerconnectionClient的消息分发函数bool MainWnd::PreTranslateMessage(MSG* msg) { bool ret = false; if (msg->message == WM_CHAR) { if (msg-