summary refs log tree commit diff
path: root/src/voip/WebRTCSession.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows screenshare/video call support, general call improvements (#1725)checkraisefold2024-05-101-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Move to automatic type registrationNicolas Werner2023-06-191-0/+2
|
* Support screen sharing with xdg-desktop-portalDavid Elsing2023-03-301-15/+25
|
* 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/
* Fix required plugin check on gstreamer 1.22Nicolas Werner2023-02-081-13/+14
| | | | | | | | GStreamer 1.22 merged the videoscale plugin into the videoconvertscale plugin. So we should check if the Element is still loadable instead of checking the plugin name. fixes #1352
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* VoIP v1 implementation (#1161)Rohit Sutradhar2022-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Switch to clang-format14Nicolas Werner2022-09-251-1/+1
|
* Updated call event namespaces to voipr0hit052022-07-151-4/+4
|
* Use right linterNicolas Werner2022-05-101-1/+1
|
* More image dialog fixesNicolas Werner2022-05-101-1/+1
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-0/+117