getRoomPropertiesStream method
only notify the properties which changed you can get full properties by getRoomProperties() function
Implementation
Stream<Map<String, RoomProperty>> getRoomPropertiesStream() {
return ZegoUIKitCore.shared.coreData.room.propertiesUpdatedStream?.stream ??
const Stream.empty();
}