diff --git a/bin/dbus/cx.ring.Ring.CallManager.xml b/bin/dbus/cx.ring.Ring.CallManager.xml index 6178ae67e6644627850a5a233e3cb533d1de7840..4449db9294745eb2f7eb5c92cbbfcfd3fec13e6a 100644 --- a/bin/dbus/cx.ring.Ring.CallManager.xml +++ b/bin/dbus/cx.ring.Ring.CallManager.xml @@ -28,7 +28,7 @@ <method name="placeCallWithMedia" tp:name-for-bindings="placeCallWithMedia"> <tp:added version="9.10.0"/> <tp:docstring> - <p>Place a new call. This version allows passing the list of medias and their attributes.</p> + <p>Place a new call. This version allows passing the list of media and their attributes.</p> </tp:docstring> <arg type="s" name="accountId" direction="in"> <tp:docstring> diff --git a/src/manager.h b/src/manager.h index b26f12bdb4c023ebda7eb4823bc8a98dba6025f6..53a1987588bf2f8fbcccbc04973c2ae169c5bd9e 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,