getInRoomUserAttributesNotifier method

ValueNotifier<ZegoUIKitUserAttributes> getInRoomUserAttributesNotifier(
  1. String userID
)

get notifier of in-room user attributes

Implementation

ValueNotifier<ZegoUIKitUserAttributes> getInRoomUserAttributesNotifier(
    String userID) {
  return ZegoUIKitCore.shared.coreData.getUser(userID).inRoomAttributes;
}