summary refs log tree commit diff
path: root/src/voip/CallManager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows screenshare/video call support, general call improvements (#1725)checkraisefold2024-05-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial support for d3d11 qml video item * Windows screenshare support, D3D11 * misc fixes * further window visibility checks * preview updates * fix qml preview * fix compositor * add libnice plugin dep * re-run formatter * final formatter fix [skip ci] * fix tumbleweed build --------- Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com>
* Fix screenshare selectionNicolas Werner2023-06-191-1/+1
|
* Move to automatic type registrationNicolas Werner2023-06-191-0/+7
|
* Improve choosing screen share typeDavid Elsing2023-03-301-3/+3
|
* Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-301-10/+21
|
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
| | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-141-10/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Mark classes as final where possibleNicolas Werner2022-10-101-1/+1
|
* Fixed formattingr0hit052022-07-151-3/+4
|
* Updated call struct definitionsr0hit052022-07-151-0/+2
|
* Updated call event namespaces to voipr0hit052022-07-151-11/+11
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Some qt6 prepNicolas Werner2021-12-281-1/+1
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+117