How do webrtc use libjingle?

i download the webrtc source code, but I cannot find any libjingle code in webrtc and cannot find how webrtc uses libjingle (cannot find such an XmppTask class in webrtc code)

Can someone give me a guide?

+3
source share
4 answers

Libjingle is now part of the WebRTC project and code base. WebRTC is an API suite that simplifies peer-to-peer interaction with video, audio, and data. Where, how Libjingle is used as part of the WebRTC implementation to handle NAT traversal and stream processing.

Libjingle was initially used exclusively through XMPP to create a point-to-point connection between two chat clients. Technologies used: ICE, STUN and TURN.

WebRTC Javascript , . WebRTC ( Libjingle) API- .

Libjingle ++, WebRTC. Libjingle API- WebRTC.

+12

.

WebRTC - - ( XMPP Jingle).

libjingle , , WebRTC HTML- -.

+1

, libjingle webrtc ,

+1

WebRTC - // p2p. - WebRTC. webrtc videocall nodejs . "" ( sockets.js

`client.on('message', function (details) {`

, ) "init" A B, B A. A B, , . ( , ).

0

All Articles