summary refs log tree commit diff
path: root/src/voip/WebRTCSession.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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