Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Public Member Functions | |
add_members_to_room (array $userids) | |
Add members to communication room. | |
remove_members_from_room (array $userids) | |
Remove members from room. | |
update_room_membership (array $userids) | |
Update room membership for the communication room. | |
core_communication\room_user_provider::add_members_to_room | ( | array | $userids | ) |
Add members to communication room.
array | $userids | The user ids to be added |
Implemented in communication_matrix\communication_feature.
core_communication\room_user_provider::remove_members_from_room | ( | array | $userids | ) |
Remove members from room.
array | $userids | The user ids to be removed |
Implemented in communication_matrix\communication_feature.
core_communication\room_user_provider::update_room_membership | ( | array | $userids | ) |
Update room membership for the communication room.
array | $userids | The user ids to be updated |
Implemented in communication_matrix\communication_feature.