From e1eb4e426f154573b2ea1828330baf3d8b5127c1 Mon Sep 17 00:00:00 2001 From: ovari Date: Mon, 15 Jul 2024 03:04:28 -0400 Subject: [PATCH] misc: unify terminology Start audio call Start video call https://git.jami.net/savoirfairelinux/jami-client-qt/-/issues/1730#note_51880 Change-Id: I97a071cec60791965a1c9f7c39c9ff9a9f0aeb7b GitLab: #1730 --- bin/dbus/cx.ring.Ring.CallManager.xml | 2 +- src/manager.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dbus/cx.ring.Ring.CallManager.xml b/bin/dbus/cx.ring.Ring.CallManager.xml index 6178ae67e..4449db929 100644 --- a/bin/dbus/cx.ring.Ring.CallManager.xml +++ b/bin/dbus/cx.ring.Ring.CallManager.xml @@ -28,7 +28,7 @@ -

Place a new call. This version allows passing the list of medias and their attributes.

+

Place a new call. This version allows passing the list of media and their attributes.

diff --git a/src/manager.h b/src/manager.h index b26f12bdb..53a198758 100644 --- a/src/manager.h +++ b/src/manager.h @@ -161,7 +161,7 @@ public: * @param accountId the user's account ID * @param callee the callee's ID/URI. Depends on the account type. * Refer to placeCall/placeCallWithMedia documentations. - * @param mediaList a list of medias to include + * @param mediaList a list of media to include * @return the call ID on success, empty string otherwise */ std::string outgoingCall(const std::string& accountId,