Revert "Revert "fix: name compatibility with lrc""

This reverts commit 72bd4505d88e55bfa2942624ca78f4a16ee31745.

Reason for revert: wrong patch reverted

Change-Id: I86baf0dcd62ed4a08bff8d8b60d7418bea1aa14a
diff --git a/selectareadialog.cpp b/selectareadialog.cpp
index 7154cac..f3dd322 100644
--- a/selectareadialog.cpp
+++ b/selectareadialog.cpp
@@ -87,7 +87,7 @@
         QApplication::restoreOverrideCursor();
         releaseMouse();
         if (auto call = CallModel::instance().selectedCall()) {
-            if (auto outVideo = call->firstMedia<Media::Video>(Media::Media::Direction::OUT)) {
+            if (auto outVideo = call->firstMedia<media::Video>(media::Media::Direction::OUT)) {
                 QRect realRect = rubberBand_->geometry();
 #ifdef Q_OS_WIN
                 if (QGuiApplication::primaryScreen()->devicePixelRatio() > 1.0) {