Room Account Data Service
interface RoomAccountDataService
This service is attached to a single room.
Functions
Link copied to clipboard
Retrieve the account data with the provided type or null if not found.
Link copied to clipboard
Retrieve the account data with the provided types. The return list can have a different size that the size of the types set, because some AccountData may not exist. If an empty set is provided, all the AccountData are retrieved.
Link copied to clipboard
Observe the account data with the provided type.
Link copied to clipboard
Observe the account data with the provided types. If an empty set is provided, all the AccountData are observed.
Link copied to clipboard
Update the account data with the provided type and the provided account data content.