getRoomPropertyStream method

Stream<RoomProperty> getRoomPropertyStream()

only notify the property which changed you can get full properties by getRoomProperties() function

Implementation

Stream<RoomProperty> getRoomPropertyStream() {
  return ZegoUIKitCore.shared.coreData.room.propertyUpdateStream?.stream ??
      const Stream.empty();
}