Moodle PHP Documentation 4.5
Moodle 4.5.5+ (Build: 20250711) (ce34e8ff087)
|
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.