mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-50853 mod_chat: New Web Service mod_chat_get_chat_users
This commit is contained in:
parent
1ca4cdf3e9
commit
e4076a6e4c
3 changed files with 104 additions and 0 deletions
|
@ -36,4 +36,12 @@ $functions = array(
|
|||
'capabilities' => 'mod/chat:chat'
|
||||
),
|
||||
|
||||
'mod_chat_get_chat_users' => array(
|
||||
'classname' => 'mod_chat_external',
|
||||
'methodname' => 'get_chat_users',
|
||||
'description' => 'Get the list of users in the given chat session.',
|
||||
'type' => 'read',
|
||||
'capabilities' => 'mod/chat:chat'
|
||||
),
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue