From ad8bf7925c8efe02635087296c2b841a8942889c Mon Sep 17 00:00:00 2001 From: Alessandro Amirante Date: Thu, 11 Feb 2021 17:49:25 +0100 Subject: [PATCH] Fix typo in videoroom docs. --- plugins/janus_videoroom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/janus_videoroom.c b/plugins/janus_videoroom.c index a144e04371..9d0ad5443f 100644 --- a/plugins/janus_videoroom.c +++ b/plugins/janus_videoroom.c @@ -104,7 +104,7 @@ room-: { * synchronous error response even for asynchronous requests. * * \c create , \c destroy , \c edit , \c exists, \c list, \c allowed, - * \c kick , \c moderate , \c enable_recording , \listparticipants + * \c kick , \c moderate , \c enable_recording , \c listparticipants * and \c listforwarders are synchronous requests, which means you'll * get a response directly within the context of the transaction. * \c create allows you to create a new video room dynamically, as an