nheko/src/voip
Rohit Sutradhar ac48c33286
VoIP v1 implementation (#1161)
* Initial commit for VoIP v1 implementation

* Added draft of event handlers for voip methods

* Added event handlers for VoIP events, added rejectCall, added version tracking for call version for V0 and V1 compatibility

* Added call events to the general message pipeline. Modified Call Reject mechanism

* Added message delegates for new events. Modified hidden events. Updated handle events.

* Updated implementation to keep track of calls on other devices

* Fixed linting

* Fixed code warnings

* Fixed minor bugs

* fixed ci

* Added acceptNegotiation method definition when missing gstreamer

* Fixed warnings

* Fixed linting
2022-10-14 13:49:05 +00:00
..
CallDevices.cpp Switch to clang-format14 2022-09-25 20:05:08 +02:00
CallDevices.h Mark classes as final where possible 2022-10-10 14:38:45 +02:00
CallManager.cpp VoIP v1 implementation (#1161) 2022-10-14 13:49:05 +00:00
CallManager.h VoIP v1 implementation (#1161) 2022-10-14 13:49:05 +00:00
WebRTCSession.cpp VoIP v1 implementation (#1161) 2022-10-14 13:49:05 +00:00
WebRTCSession.h VoIP v1 implementation (#1161) 2022-10-14 13:49:05 +00:00