+
+
+ {/* If the room is a public video room, we prefer to display only the video icon */}
+ {vm.isPublic && !vm.isVideoRoom && (
+
+ )}
+ {vm.isVideoRoom && (
+
+ )}
+ {vm.presence &&
}
+
+ );
+}
+
+type PresenceDecorationProps = {
+ /**
+ * The presence of the user in the DM room.
+ */
+ presence: NonNullable